Skip to content

Commit

Permalink
Add checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
tteguayco committed Dec 11, 2023
1 parent 9b4a74b commit 62d25c8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,13 @@ jobs:
yaml-linting:
runs-on: ubuntu-22.04
steps:
- name: Run yamllint with custom config
run: yamllint -c .trunk/configs/.yamllint.yaml ./github
- name: Checkout
uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev
with:
token: ${{ secrets.CHECKOUT_TOKEN }}

- name: Run yamllint with custom config
run: yamllint -c .trunk/configs/.yamllint.yaml ./github

post-pull-request-checks-automation:
name: Post Pull Request Checks Automation
Expand Down

0 comments on commit 62d25c8

Please sign in to comment.