Skip to content

.github, docs: bump Zig from 0.12.0 to 0.13.0 #655

.github, docs: bump Zig from 0.12.0 to 0.13.0

.github, docs: bump Zig from 0.12.0 to 0.13.0 #655

Workflow file for this run

name: Zig fmt
on: [push, pull_request, workflow_dispatch]
jobs:
zig-fmt:
name: Run `zig fmt`
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Install Zig
run: ./.github/bin/install-zig
- name: Check that Zig code is formatted
run: |
zig fmt --check .