Skip to content

Commit

Permalink
add github ci workflow #2
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerkrauss committed Dec 17, 2024
1 parent d16a43b commit eb40df6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ on:
pull_request:
workflow_dispatch:

permissions: {}

jobs:
ci:
name: CI
permissions:
pull-requests: read
contents: read
actions: write
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1

0 comments on commit eb40df6

Please sign in to comment.