Skip to content

Merge pull request #112 from YotaYota/fix-diff-highlight #25

Merge pull request #112 from YotaYota/fix-diff-highlight

Merge pull request #112 from YotaYota/fix-diff-highlight #25

Workflow file for this run

name: CI
on:
pull_request:
branches:
- develop
push:
branches:
- develop
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- run: npm ci
- run: npm run build
- run: npm test
- run: npx prettier . --check