Skip to content

deps: bump @actions/tool-cache from 2.0.1 to 2.0.2 (#133) #372

deps: bump @actions/tool-cache from 2.0.1 to 2.0.2 (#133)

deps: bump @actions/tool-cache from 2.0.1 to 2.0.2 (#133) #372

Workflow file for this run

name: Perform checks
on:
push:
branches:
- master
pull_request:
jobs:
main:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@master
- name: NPM install
run: npm install
- name: Check Format
run: npm run format-check
- name: Unit tests
run: npm test