Skip to content

fix: remove redundant npm install step in OpenAPI Lint action #58

fix: remove redundant npm install step in OpenAPI Lint action

fix: remove redundant npm install step in OpenAPI Lint action #58

Workflow file for this run

name: esint repository
on:
pull_request:
push:
branches:
- master
paths:
- "actions/eslint/**"
jobs:
test-eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: eslint
uses: ./actions/eslint
with:
path: ./test