diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..cb9315e --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,14 @@ +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 \ No newline at end of file