chore(deps): bump winston from 3.15.0 to 3.16.0 #1494
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: lint | |
on: | |
push: | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Setup Node | |
uses: actions/setup-node@master | |
with: | |
node-version: 22 | |
- name: Checkout Code | |
uses: actions/checkout@v4 | |
- name: Run Linter | |
run: | | |
npm ci | |
npm run lint |