Browse Source

change default working directory

pull/1250/head
Bernd Storath 9 months ago
parent
commit
dbc1b8576a
No known key found for this signature in database GPG Key ID: D6C85685A555540F
  1. 3
      .github/workflows/lint.yml

3
.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

Loading…
Cancel
Save