Skip to content

Update to WPILIB 2025 (#32) #129

Update to WPILIB 2025 (#32)

Update to WPILIB 2025 (#32) #129

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Code Checks
# Controls when the action will run.
on:
# Triggers the workflow on push
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
code-checks:
uses: Frc5572/Workflows/.github/workflows/frc-checks.yml@main