Skip to content

Commit

Permalink
ci: unpin trunk-io/trunk-action (#19108)
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime authored Nov 6, 2024
1 parent 3087c9e commit 4f08332
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/annotate_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: actions/checkout@v4

- name: Trunk Check
uses: trunk-io/trunk-action@v1.1.17
uses: trunk-io/trunk-action@v1
with:
post-annotations: true # only for fork PRs
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
run: npm install

- name: Lint Files (eslint)
uses: trunk-io/trunk-action@v1.1.17
uses: trunk-io/trunk-action@v1
with:

# Run on everything except the docs folder.
arguments: --ignore=docs/** --filter=eslint
check-mode: all

- name: Lint Files (other)
uses: trunk-io/trunk-action@v1.1.17
uses: trunk-io/trunk-action@v1
with:

# Run on everything except the docs folder.
Expand All @@ -46,15 +46,15 @@ jobs:
run: node Makefile checkLicenses

- name: Lint Docs Files (eslint)
uses: trunk-io/trunk-action@v1.1.17
uses: trunk-io/trunk-action@v1
with:

# Run only on the docs folder.
arguments: --ignore=** --ignore=!docs/** --filter=eslint
check-mode: all

- name: Lint Docs Files (other)
uses: trunk-io/trunk-action@v1.1.17
uses: trunk-io/trunk-action@v1
with:

# Run only on the docs folder.
Expand Down

0 comments on commit 4f08332

Please sign in to comment.