Skip to content

Commit

Permalink
do not specifcy working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed May 7, 2024
1 parent ec92576 commit 1f6f264
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ name: CI
pull_request:
push:

defaults:
run:
working-directory: 'nikosch86.pbs'

jobs:

lint:
Expand All @@ -18,8 +14,6 @@ jobs:
steps:
- name: Check out the codebase.
uses: actions/checkout@v4
with:
path: 'nikosch86.pbs'

- name: Install test dependencies.
run: pipx install yamllint
Expand Down

0 comments on commit 1f6f264

Please sign in to comment.