Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Oct 9, 2024
1 parent 0153aca commit 32c22d5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gradle-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Gradle test

on:
workflow_dispatch:
push:
branches:
- master
pull_request:

permissions:
checks: write
contents: read

jobs:
gradle-test:
uses: ihmcrobotics/ihmc-actions/.github/workflows/gradle-test.yml@main

0 comments on commit 32c22d5

Please sign in to comment.