Skip to content

Commit

Permalink
Add: build test
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcandragi committed Sep 6, 2024
1 parent 360d301 commit 689c689
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ on:
branches: [ "main" ]

jobs:
build:
name: Build
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
secrets: inherit

sonar:
name: Sonar
runs-on: ubuntu-latest
needs: build

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 689c689

Please sign in to comment.