Skip to content

Commit

Permalink
Try to set the working dir
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Kern <[email protected]>
  • Loading branch information
andreaskern74 committed Feb 27, 2024
1 parent 20e45d7 commit dc447f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/filename-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on: [push]
jobs:
check-filenames:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: .
steps:
- uses: actions/checkout@v4
- name: Check for capital letters in filenames in 'doc/manual'
Expand Down

0 comments on commit dc447f5

Please sign in to comment.