Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Mirror and check
uses: pulp-platform/pulp-actions/gitlab-ci@v2.4.4
uses: pulp-platform/pulp-actions/gitlab-ci@v2.4.5
# Skip on forks or pull requests from forks due to missing secrets.
if: >
github.repository == 'pulp-platform/FlooNoC' &&
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ on:

jobs:

#####################
# Bender up-to-date #
#####################
bender-up-to-date:
runs-on: ubuntu-latest
steps:
- name: Check Bender up-to-date
uses: pulp-platform/pulp-actions/bender-up-to-date@v2.4.4

################
# Verible Lint #
################
Expand Down Expand Up @@ -57,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: lint license
uses: pulp-platform/pulp-actions/lint-license@v2.4.4
uses: pulp-platform/pulp-actions/lint-license@v2.4.5
with:
license: |
Copyright (\d{4}(-\d{4})?\s)?(ETH Zurich and University of Bologna|lowRISC contributors).
Expand Down
Loading