1
0
mirror of https://github.com/flarum/core.git synced 2025-08-19 06:41:44 +02:00

Move to GitHub Actions (#1853)

This commit is contained in:
David Sevilla Martín
2019-08-20 18:05:04 -04:00
committed by Franz Liedke
parent 085468382a
commit 3851d805f7
4 changed files with 57 additions and 110 deletions

16
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
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 }}