Skip to content

Commit

Permalink
CI: update encoding and add license check
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Feb 18, 2025
1 parent f1d3889 commit 161d058
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/run-build-and-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,16 @@ jobs:
encoding:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Verify encoding
- name: πŸ“ Fetch Sources πŸ“
uses: actions/checkout@v4
- name: βœ… Verify encoding βœ…
shell: pwsh
run: scripts/Test-Encoding.ps1

licenses:
runs-on: ubuntu-latest
steps:
- name: πŸ“ Fetch Sources πŸ“
uses: actions/checkout@v4
- name: βœ… REUSE license check βœ…
uses: fsfe/reuse-action@v5

0 comments on commit 161d058

Please sign in to comment.