Skip to content

Commit

Permalink
ci: removed old file, added flag to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHCQ1 committed Sep 25, 2024
1 parent 05ffb86 commit dc9af32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Install lint deps
run: |
uds run lint:deps
uds run lint:deps --no-progress
- name: Lint the repository
run: |
uds run lint:yaml
uds run lint:yaml --no-progress
30 changes: 0 additions & 30 deletions .github/workflows/pull-request-conditionals.yaml

This file was deleted.

0 comments on commit dc9af32

Please sign in to comment.