Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chl33 committed Oct 24, 2024
1 parent 06229fa commit 9356ce5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/copyright-header-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install license-header-checker
run: curl -s https://raw.githubusercontent.com/lluissm/license-header-checker/master/install.sh | bash
- name: Run license check
# run: ./bin/license-header-checker -a -r -i git,.github,.pio ./util/license_header.txt . h cpp scad && [[ -z `git status -s` ]]
run: ./bin/license-header-checker -a -r -i git,.github,.pio ./util/license_header.txt . h cpp scad
run: ./bin/license-header-checker -a -r -i git,.github,.pio ./util/license_header.txt . h cpp scad && [[ -z `git status -s` ]]

0 comments on commit 9356ce5

Please sign in to comment.