Skip to content

chore: patch releases for frc46, frc53, and the actor utils (#243) #771

chore: patch releases for frc46, frc53, and the actor utils (#243)

chore: patch releases for frc46, frc53, and the actor utils (#243) #771

Workflow file for this run

name: Rust code checks
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
check-code:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Code checks
run: make check