Skip to content

Commit aaeeb56

Browse files
committed
Remove superfluous workflow
1 parent 4d6009c commit aaeeb56

File tree

2 files changed

+12
-28
lines changed

2 files changed

+12
-28
lines changed

.github/workflows/devcontainer-command.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ on: # rebuild any PRs and main branch changes
88

99
jobs:
1010
lint:
11-
uses: ./.github/workflows/devcontainer-command.yml
12-
with:
13-
run_cmd: pre-commit run --all-files --show-diff-on-failure
11+
runs-on: 'ubuntu-24.04'
12+
13+
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
17+
- name: Check pre-commit hooks
18+
uses: ./.github/actions/devcontainer
19+
with:
20+
token: ${{ secrets.GITHUB_TOKEN }}
21+
command: >
22+
pre-commit run --all-files --show-diff-on-failure

0 commit comments

Comments
 (0)