Skip to content

fix: warnings not getting associated with posts #36

fix: warnings not getting associated with posts

fix: warnings not getting associated with posts #36

Workflow file for this run

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 }}