Skip to content

Allow eslint-plugin-react-hooks v6 #14

Allow eslint-plugin-react-hooks v6

Allow eslint-plugin-react-hooks v6 #14

Workflow file for this run

name: Build
on:
pull_request:
branches: [master]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
cache: 'npm'
- run: npm install --prefer-offline --no-audit
- name: Check for changes requiring a changeset
run: npx changeset status --since=origin/master