Skip to content

chore(deps): bump @actions/http-client from 2.2.1 to 2.2.2 #390

chore(deps): bump @actions/http-client from 2.2.1 to 2.2.2

chore(deps): bump @actions/http-client from 2.2.1 to 2.2.2 #390

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/[email protected]
with:
node-version: 20.x
- name: Deps
run: |
npm install
- name: Lint
run: |
npm run lint