Skip to content

fix!: correct the peer dependency requirement of the AirBnB React config #5

fix!: correct the peer dependency requirement of the AirBnB React config

fix!: correct the peer dependency requirement of the AirBnB React config #5

Workflow file for this run

name: Pull Request Linting
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm clean-install
- name: Run linters
run: npm run lint