Skip to content

Update zlc.yaml

Update zlc.yaml #13

Workflow file for this run

name: Lint
on:
push:
branches: ['*']
pull_request:
branches: ['*']
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
make lint