Skip to content

ci: Only run workows on push #103

ci: Only run workows on push

ci: Only run workows on push #103

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