Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
deatil committed May 19, 2024
1 parent da0ba69 commit fbe3056
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@ on:
pull_request:

jobs:
fmt:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
- name: fmt
run: zig fmt --check .
test:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit fbe3056

Please sign in to comment.