Skip to content

feat(zinkc): introduce artifact as compiler output #216

feat(zinkc): introduce artifact as compiler output

feat(zinkc): introduce artifact as compiler output #216

Workflow file for this run

name: Typos
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
TERM: xterm-256color
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.16.25