mirror of
https://github.com/flarum/core.git
synced 2025-07-28 04:00:40 +02:00
Add GitHub workflow for JavaScript building
This commit is contained in:
17
extensions/embed/.github/workflows/build.yml
vendored
Normal file
17
extensions/embed/.github/workflows/build.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: JavaScript
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- uses: flarum/action-build@master
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Reference in New Issue
Block a user