Skip to content

Bump semver from 6.3.0 to 6.3.1 #13

Bump semver from 6.3.0 to 6.3.1

Bump semver from 6.3.0 to 6.3.1 #13

Workflow file for this run

name: "@labset-eslint/eslint-plugin Build and Test"
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn format:check
- run: yarn test --passWithNoTests