Skip to content

chore(deps): update actions/setup-node action to v3.7.0 #1214

chore(deps): update actions/setup-node action to v3.7.0

chore(deps): update actions/setup-node action to v3.7.0 #1214

Workflow file for this run

name: Internal_ESLint_Rules_Test
on:
push:
branches:
- main
- patch-release
- next
paths:
- "scripts/tools/eslint-plugin-prettier-internal-rules/**"
# This workflow file
- ".github/workflows/eslint-rules.yml"
pull_request:
paths:
- "scripts/tools/eslint-plugin-prettier-internal-rules/**"
# This workflow file
- ".github/workflows/eslint-rules.yml"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Setup Node.js
uses: actions/setup-node@v3.7.0
with:
cache: "yarn"
- name: Install Dependencies
run: yarn install --immutable
- name: Test
run: cd scripts/tools/eslint-plugin-prettier-internal-rules && yarn test-coverage