Skip to content

Commit

Permalink
Merge pull request #109 from jelmer/disperse-action
Browse files Browse the repository at this point in the history
Use disperse action
  • Loading branch information
jelmer authored Nov 15, 2024
2 parents b06be1c + 64a6535 commit e72f2c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/disperse.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
name: Disperse configuration

"on":
- push
- push

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: jelmer/action-disperse-validate@v1
- uses: actions/checkout@v2
- uses: jelmer/action-disperse-validate@v1

0 comments on commit e72f2c7

Please sign in to comment.