Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 #80

Bump cross-spawn from 7.0.3 to 7.0.6

Bump cross-spawn from 7.0.3 to 7.0.6 #80

name: Run ESLint on your changes only
on:
pull_request:
paths-ignore:
- "**.md"
env:
HUSKY: 0
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: "yarn"
- name: Install modules
run: yarn install --frozen-lockfile
- name: Link the plugin
run: |
yarn link
yarn link "eslint-plugin-diff"
- name: Run ESLint on your changes only
run: yarn run lint