Skip to content

build(deps): bump actions/checkout from 3 to 4 #136

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #136

Workflow file for this run

name: 🧪 Check
on: [push, pull_request]
jobs:
all:
name: Check
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
with:
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo check --all-targets --workspace --all-features