mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: check unstaged files during ci lint (#15120)
This commit is contained in:
@@ -223,6 +223,12 @@ jobs:
|
||||
./actionlint -color -shellcheck= -ignore "set-output"
|
||||
shell: bash
|
||||
|
||||
- name: Check for unstaged files
|
||||
run: |
|
||||
rm -f ./actionlint ./typos
|
||||
./scripts/check_unstaged.sh
|
||||
shell: bash
|
||||
|
||||
gen:
|
||||
timeout-minutes: 8
|
||||
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
|
||||
|
||||
Reference in New Issue
Block a user