Skip to content

add syntax highlighting for flow and revert-layer #26

add syntax highlighting for flow and revert-layer

add syntax highlighting for flow and revert-layer #26

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: Execute npm
run: npm ci
- name: Run Tests
run: npm run test