This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
Zustand test #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: React resting library tests | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
eslint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🛎 Checkout | |
uses: actions/checkout@v4 | |
- name: 🟩 Setup Node.js | |
uses: actions/setup-node@v4 | |
with: | |
node-version: 18.18.2 | |
cache: 'npm' | |
- name: 🤠 npm install | |
run: npm ci | |
- name: ✔ Ruuun tests | |
run: npm run proof |