Skip to content

✨ getzig: Add script to download zig toolchain (#4) #8

✨ getzig: Add script to download zig toolchain (#4)

✨ getzig: Add script to download zig toolchain (#4) #8

Workflow file for this run

name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master