Skip to content

upgrade React v17 / react-intl / minor fixes #6

upgrade React v17 / react-intl / minor fixes

upgrade React v17 / react-intl / minor fixes #6

Workflow file for this run

name: Check PR
on:
pull_request:
workflow_dispatch:
jobs:
check-pr:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup node and deps
uses: actions/setup-node@v3
with:
node-version: "20"
cache: npm
cache-dependency-path: package-lock.json
- run: npm i
- run: npm run lint
- run: npm run format
- run: npm run build