Skip to content

fix: parsing yaml line (#18) #58

fix: parsing yaml line (#18)

fix: parsing yaml line (#18) #58

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18
- run: yarn install
- run: yarn test