Skip to content

Commit

Permalink
revert: "ci: run typescript test before autofix" (cataclysmbnteam#5115)
Browse files Browse the repository at this point in the history
Revert "ci: run typescript test before autofix (cataclysmbnteam#5104)"

This reverts commit 3b930a1.
  • Loading branch information
scarf005 authored Jul 30, 2024
1 parent 80fcbd9 commit 24f4d35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ jobs:
- name: format JSON
run: make style-all-json-parallel RELEASE=1

- name: lint and test typescript files
run: |
deno lint
deno test
deno run --allow-read --allow-write scripts/semantic.ts
- uses: autofix-ci/[email protected]
if: ${{ always() }}
with:
Expand All @@ -74,3 +68,9 @@ jobs:
If you don't do this, your following commits will be based on the old commit, and cause **MERGE CONFLICT**.
[code-style]: https://docs.cataclysmbn.org/en/contribute/contributing/#code-style
- name: lint and test typescript files
run: |
deno lint
deno test
deno run --allow-read --allow-write scripts/semantic.ts

0 comments on commit 24f4d35

Please sign in to comment.