Skip to content

Merge branch 'main' of https://github.com/calhighrobotics/over_under_b #27

Merge branch 'main' of https://github.com/calhighrobotics/over_under_b

Merge branch 'main' of https://github.com/calhighrobotics/over_under_b #27

Workflow file for this run

name: Build
# Controls when the workflow will run
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Builds Code
uses: fishsticks89/pros-build@v1