Skip to content

fix(e2e): snapshots saved in incorrect directory (#15) #16

fix(e2e): snapshots saved in incorrect directory (#15)

fix(e2e): snapshots saved in incorrect directory (#15) #16

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches: ["main"]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
env:
ZIG_VERSION: 0.13.0
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: ${{ env.ZIG_VERSION }}
- name: Fix typos
uses: crate-ci/[email protected]
with:
write_changes: true
- run: zig fmt src/**/*.zig
- run: rm -f ./typos
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a