Skip to content

waf: copy zone to another location (#327) #1577

waf: copy zone to another location (#327)

waf: copy zone to another location (#327) #1577

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
lint:
runs-on: self-hosted
name: Lint
steps:
- uses: actions/checkout@v3
- uses: asdf-vm/actions/install@v4
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run check