Skip to content

Merge pull request #295 from Kgeek33/fix/Infosgrades #29

Merge pull request #295 from Kgeek33/fix/Infosgrades

Merge pull request #295 from Kgeek33/fix/Infosgrades #29

Workflow file for this run

name: Checks
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
jobs:
eslint:
name: Typescript build & ESlint scanning
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Pnpm setup
uses: pnpm/action-setup@v2
with:
version: latest
- name: Environnement setup
run: pnpm install
- name: Typescript and Eslint scanning
run: pnpm lint