Skip to content

Merge branch 'master' of https://github.com/HaxeFlixel/setup-flixel #112

Merge branch 'master' of https://github.com/HaxeFlixel/setup-flixel

Merge branch 'master' of https://github.com/HaxeFlixel/setup-flixel #112

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch, repository_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run build