Skip to content

chore(main): release 0.6.0 (#15) #104

chore(main): release 0.6.0 (#15)

chore(main): release 0.6.0 (#15) #104

Workflow file for this run

name: Lint
on:
push:
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Clippy
run: rustup component add clippy
- name: Lint
run: |
./scripts/lint.sh