Skip to content

feat: show info on NTNU VPN or eduroam #2395

feat: show info on NTNU VPN or eduroam

feat: show info on NTNU VPN or eduroam #2395

Workflow file for this run

name: Linter
on:
push:
branches: master
pull_request:
branches: master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.x"
cache: "pip" # caching pip dependencies
cache-dependency-path: "**/tox.ini"
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- run: python3 -m pip install tox
- name: Run linter
run: tox -e lint