diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-04-04 11:02:54 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-04-04 11:26:09 +0200 |
| commit | c1d4052f4f7a89a1ec9d85f5df7f53e59f3efa2a (patch) | |
| tree | 148b84e0b72a97b7d01f2e70b4978cab19d73e26 /.github | |
| parent | 66bba0c658c734a8c0ef407f68165c3cde397ac0 (diff) | |
| download | mullvadvpn-c1d4052f4f7a89a1ec9d85f5df7f53e59f3efa2a.tar.xz mullvadvpn-c1d4052f4f7a89a1ec9d85f5df7f53e59f3efa2a.zip | |
Disable linting on Windows
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/frontend.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 644120250e..28aa6e2ad7 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -37,6 +37,7 @@ jobs: run: npm ci - name: Check formatting + if: matrix.os == 'ubuntu-latest' working-directory: gui run: npm run lint |
