Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 #861

Bump js-yaml from 4.1.0 to 4.1.1

Bump js-yaml from 4.1.0 to 4.1.1 #861

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
if: contains(github.event.commits[0].message, '[skip ci]') == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: bahmutov/npm-install@v1
- name: Generate Files
run: npm run build
- name: Typecheck Files
run: npm run check
- uses: actions/upload-artifact@v4
with:
name: include
path: include