Skip to content

Commit

Permalink
checkout actions first
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadkitenge committed Sep 12, 2024
1 parent 4ff6aad commit 3379d1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

lint-and-unit-test:
name: Lint & Unit Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3379d1a

Please sign in to comment.