Skip to content

[XELP] properly update brighterscript-formatter #5

[XELP] properly update brighterscript-formatter

[XELP] properly update brighterscript-formatter #5

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "18.18.2"
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test
- run: npm run create-package