Skip to content

Commit

Permalink
Merge branch 'main' into zig-0-13-0
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Jul 17, 2024
2 parents dd35f7d + 4c0045a commit a57a8e2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
name: CI

on: push
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v1
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- name: fmt
Expand Down

0 comments on commit a57a8e2

Please sign in to comment.