Skip to content

Version 0.0.1 - Tank Drive with Tank and Arcade Control - Added missi… #11

Version 0.0.1 - Tank Drive with Tank and Arcade Control - Added missi…

Version 0.0.1 - Tank Drive with Tank and Arcade Control - Added missi… #11

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