Skip to content

Commit

Permalink
Use reusable GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed May 24, 2024
1 parent aeb2c7a commit 011dadb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 35 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Build

on: # yamllint disable-line rule:truthy
push: {}
pull_request: {}

jobs:
build:
uses: metaborg/workflows/.github/workflows/gradle-build-matrix.yaml@main
35 changes: 0 additions & 35 deletions .github/workflows/build.yml

This file was deleted.

0 comments on commit 011dadb

Please sign in to comment.