Skip to content

Add pig-latin exercise (#414) #691

Add pig-latin exercise (#414)

Add pig-latin exercise (#414) #691

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