Skip to content

Commit

Permalink
use new reusable lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Feb 17, 2024
1 parent 947a58d commit 5fc9419
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
on: push
jobs:
lint:
runs-on: ubuntu-latest
container:
# https://github.com/internetarchive/dyno
image: ghcr.io/internetarchive/dyno:main
steps:
- uses: actions/checkout@v4
- run: /app/lint
uses: internetarchive/dyno/.github/workflows/lint.yml@main

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5fc9419

Please sign in to comment.