Skip to content

Commit

Permalink
Adding Workflow for Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgajjar51 committed Oct 20, 2023
1 parent 9884aea commit a91da87
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a91da87

Please sign in to comment.