We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8536b commit 47dbfa4Copy full SHA for 47dbfa4
1 file changed
.github/workflows/build.yml
@@ -1,18 +1,18 @@
1
-name: Build
2
-
3
-on:
4
- push:
5
- pull_request:
6
7
-jobs:
8
- build:
9
- name: Build
10
- runs-on: ubuntu-latest
11
- container: wpilib/roborio-cross-ubuntu:2024-22.04
12
- steps:
13
- - name: Checkout repository
14
- uses: actions/checkout@v4
15
- - name: Grant execute permission
16
- run: chmod +x gradlew
17
- - name: Build robot code
18
- run: ./gradlew build
+name: Build
+
+on:
+ push:
+ pull_request:
+jobs:
+ build:
+ name: Build
+ runs-on: ubuntu-latest
+ container: wpilib/roborio-cross-ubuntu:2024-22.04
+ steps:
+ - name: Checkout repository
+ uses: actions/checkout@v4
+ - name: Grant execute permission
+ run: chmod +x gradlew
+ - name: Build robot code
+ run: ./gradlew build
0 commit comments