Skip to content

Commit

Permalink
validate icons comment pr
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Mar 13, 2024
1 parent 01b9abb commit f632a43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validate-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ permissions:

jobs:
validate:
if: github.repository == 'tabler/tabler-icons'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -38,11 +39,12 @@ jobs:
run: pnpm install --no-frozen-lockfile

- name: Validate icons
id: validate
run: pnpm validate

- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
Hello world ! :wave:
comment_tag: recreate
${{ steps.validate.outputs }}
comment_tag: validate

0 comments on commit f632a43

Please sign in to comment.