Skip to content

LET THERE BE DOTS

LET THERE BE DOTS #9

Workflow file for this run

name: Rust App Deployment
on:
push:
branches:
- rust-rewrite
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GH_TOKEN }}
args: --all-features