Skip to content

Commit

Permalink
ci: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
OverGlass committed Jul 23, 2024
1 parent ec2c214 commit 116a189
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/actions/lint-codebase/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Linting
description: eslint the codebase

runs:
using: composite
steps:
- uses: sibiraj-s/action-eslint@v3
with:
eslint-args: '--ignore-path=.gitignore --quiet'
extensions: 'js,jsx,ts,tsx'
annotations: true
1 change: 1 addition & 0 deletions .github/workflows/build-web-staging-ephemeral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/setup-base
- uses: ./.github/actions/dependencies
- uses: ./.github/actions/lint-codebase
- name: ⚙️ Compile web worker
run: yarn vite build --config vite.worker.config.js
- name: ⚙️ Compile web assets
Expand Down

0 comments on commit 116a189

Please sign in to comment.