Skip to content

build(deps): bump meow from 11.0.0 to 12.1.1 #138

build(deps): bump meow from 11.0.0 to 12.1.1

build(deps): bump meow from 11.0.0 to 12.1.1 #138

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: pr
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm ci
- run: npm test
format:
name: check code format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm ci
- run: npm run check-format