mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-23 20:47:45 +00:00
Fix typo in reuse job
This commit is contained in:
parent
7e5387a6ea
commit
d52bfb0034
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -12,9 +12,10 @@ env:
|
|||
|
||||
jobs:
|
||||
reuse:
|
||||
runs-on: ubumntu-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: REUSE Compliance Check
|
||||
uses: fsfe/reuse-action@v3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue