Skip to content

Commit

Permalink
refactor: Reformatted build action
Browse files Browse the repository at this point in the history
  • Loading branch information
maicol07 committed Aug 9, 2021
1 parent ce03d75 commit 3dce5dc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
@@ -1,12 +1,13 @@
name: Flarum Build

on: push

jobs:
build:
runs-on: ubuntu-latest
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: flarum/action-build@2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@master
- uses: flarum/action-build@2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3dce5dc

Please sign in to comment.