Skip to content

Commit

Permalink
Run [email protected] in CI
Browse files Browse the repository at this point in the history
This change is to run [email protected] in CI.

Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez committed Mar 25, 2024
1 parent 2c201e1 commit 8f2a602
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@ permissions:
pull-requests: read

jobs:
project:
name: Project Checks
runs-on: ubuntu-latest
timeout-minutes: 5

steps:
- uses: actions/checkout@v4
with:
path: src/github.com/containerd/project-checks

- uses: actions/setup-go@v5
with:
go-version: "1.22"
cache: false

- uses: containerd/[email protected]
if: github.repository == 'containerd/project-checks'
with:
working-directory: src/github.com/containerd/project-checks
repo-access-token: ${{ secrets.GITHUB_TOKEN }}

lint:
name: Lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8f2a602

Please sign in to comment.