Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/foxglove' into foxg…
Browse files Browse the repository at this point in the history
…love
  • Loading branch information
maxwellmlin committed Oct 23, 2023
2 parents 8535881 + fde2a2f commit b4a14e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install Foxglove dependencies
run: |
cd foxglove
npm ci
- name: Lint Code Base
uses: github/[email protected]
env:
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
VALIDATE_BASH: true
VALIDATE_BASH_EXEC: true
VALIDATE_PYTHON_FLAKE8: true
VALIDATE_TSX: true
VALIDATE_TYPESCRIPT_ES: true
TYPESCRIPT_ES_CONFIG_FILE: foxglove/.eslintrc.yaml

0 comments on commit b4a14e3

Please sign in to comment.