Skip to content

Commit

Permalink
Merge branch 'devel' into update_linters
Browse files Browse the repository at this point in the history
  • Loading branch information
dfarrell07 authored Nov 18, 2024
2 parents e076df5 + ca4a96e commit 665c575
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ jobs:
flags: 'i'
error: 'Fixup commits should be squashed into the commits under review'

check-branch-dependencies:
name: Check branch dependencies
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Check that no dependencies include unmerged commits
run: make check-non-release-versions

code-gen:
name: Submariner K8s API Code Generation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 665c575

Please sign in to comment.