Skip to content

chore(deps): update actions/checkout action to v6 #509

chore(deps): update actions/checkout action to v6

chore(deps): update actions/checkout action to v6 #509

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "20"
cache: "npm"
- run: npm ci
- name: Test eslint-formatter-rdjson
run: ./eslint-formatter-rdjson/test.sh