Skip to content

Merge pull request #430 from exercism/dependabot/github_actions/actio… #702

Merge pull request #430 from exercism/dependabot/github_actions/actio…

Merge pull request #430 from exercism/dependabot/github_actions/actio… #702

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@d632683dd7b4114ad314bca15554477dd762a938
- name: Install Zig
run: ./.github/bin/install-zig
- name: Check that Zig code is formatted
run: |
zig fmt --check .