Skip to content

exercises(raindrops): implement #277

exercises(raindrops): implement

exercises(raindrops): implement #277

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@24cb9080177205b6e8c946b17badbe402adc938f
- name: Install Zig
run: ./.github/bin/install-zig
- name: Check that Zig code is formatted
run: |
"${HOME}/bin/zig" fmt --check .