Bernd Storath
9 months ago
No known key found for this signature in database
GPG Key ID: D6C85685A555540F
1 changed files with
3 additions and
0 deletions
-
.github/workflows/lint.yml
|
|
@ -12,6 +12,9 @@ jobs: |
|
|
|
name: Lint |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: github.repository_owner == 'wg-easy' |
|
|
|
defaults: |
|
|
|
run: |
|
|
|
working-directory: ./src |
|
|
|
steps: |
|
|
|
- name: Checkout repository |
|
|
|
uses: actions/checkout@v4 |
|
|
|