Skip to content

Bump minimatch from 3.0.4 to 3.1.2 in /js (#33) #12

Bump minimatch from 3.0.4 to 3.1.2 in /js (#33)

Bump minimatch from 3.0.4 to 3.1.2 in /js (#33) #12

Workflow file for this run

name: Build JavaScript assets
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 }}