Skip to content

Commit

Permalink
Make sure that master is available in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thardeck committed Jul 11, 2024
1 parent a5c137c commit d21d0e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Validate that the list images-list is sorted correctly
run: grep -vE '^\s*(#|//)' images-list | sort -Vc
Expand Down

0 comments on commit d21d0e4

Please sign in to comment.