Skip to content

Commit

Permalink
ci: error on uncommitted changes to autogenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Mar 2, 2024
1 parent 28b620c commit b907d60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
- name: 📊 Collect coverage
run: deno task test:coverage

- name: 🌲 No uncommited changes
uses: infotroph/tree-is-clean@e99ff204c7e1f74fd4de0822e86adb01f2ca2138 # v1.0.4

- name: 🔧 Upload to Deno Deploy
uses: denoland/deployctl@6dce4affe85fbcd9d8917e56c4a49b066b8cc306 # 1.10.5
with:
Expand Down

0 comments on commit b907d60

Please sign in to comment.