Skip to content

Commit

Permalink
change action
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyor committed Apr 9, 2024
1 parent c3a4f95 commit c1c572b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
cache: 'pnpm'
- name: Install modules
run: pnpm install
- name: Check for automated commit
run: git diff-tree --no-commit-id --name-only -r HEAD
- name: Check changed files
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit c1c572b

Please sign in to comment.