Skip to content

Commit

Permalink
ci: Use container for checking sources
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Aug 6, 2024
1 parent b6c4983 commit b907c5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
######################
check-sources:
name: Check Sources Up-to-Date
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/snitch_cluster:main
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b907c5a

Please sign in to comment.