mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-06-22 14:14:20 +00:00
ci: update ci actions
This commit is contained in:
parent
1360243294
commit
beefc6aac0
5 changed files with 23 additions and 20 deletions
11
.github/workflows/eslint.yml
vendored
11
.github/workflows/eslint.yml
vendored
|
@ -16,6 +16,9 @@ jobs:
|
|||
contents: read
|
||||
security-events: write
|
||||
actions: read
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [24.x]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
@ -23,11 +26,17 @@ jobs:
|
|||
- name: Configure Corepack
|
||||
run: corepack enable
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: yarn
|
||||
|
||||
- name: Install Dependencies
|
||||
run: yarn install
|
||||
|
||||
- name: Run ESLint
|
||||
run: npx eslint ./src
|
||||
run: yarn dlx eslint ./src
|
||||
--config eslint.config.mjs
|
||||
--format @microsoft/eslint-formatter-sarif
|
||||
--output-file eslint-results.sarif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue