Skip to content

chore(deps): update js-devtools/npm-publish action to v3 #256

chore(deps): update js-devtools/npm-publish action to v3

chore(deps): update js-devtools/npm-publish action to v3 #256

Workflow file for this run

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