Skip to content

chore(deps-dev): Bump eslint from 8.36.0 to 8.57.1 #104

chore(deps-dev): Bump eslint from 8.36.0 to 8.57.1

chore(deps-dev): Bump eslint from 8.36.0 to 8.57.1 #104

Workflow file for this run

name: "Test"
on:
pull_request:
types:
- opened
- reopened
- synchronize
permissions:
contents: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2
with:
egress-policy: audit
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install
- uses: actions/checkout@v4
- run: yarn install
- run: yarn lint && yarn test