Skip to content

Co-authored-by: uakotaobi <uakotaobi@users.noreply.github.com> #24

Co-authored-by: uakotaobi <uakotaobi@users.noreply.github.com>

Co-authored-by: uakotaobi <uakotaobi@users.noreply.github.com> #24

Workflow file for this run

name: Build check
on:
push:
branches: [ main ]
jobs:
build_check:
runs-on: ubuntu-latest
container: wpilib/roborio-cross-ubuntu:2025-22.04
steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
- run: chmod +x gradlew
- name: Build project
run: ./gradlew build