Skip to content

Commit

Permalink
ci: Add check that RTL sources are up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Aug 6, 2024
1 parent 505e070 commit b6c4983
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,25 @@ jobs:
with:
message: Found differences, please update all opcode

######################
# Sources Up-to-Date #
######################
check-sources:
name: Check Sources Up-to-Date
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Generate RTL sources
working-directory: target/snitch_cluster
run: |
make rtl
- name: Diff porcelain
uses: mmontes11/[email protected]
with:
message: Found differences, please update all sources

#################
# Check License #
#################
Expand Down

0 comments on commit b6c4983

Please sign in to comment.