Skip to content

chore(deps): update dependency eslint to v9 #627

chore(deps): update dependency eslint to v9

chore(deps): update dependency eslint to v9 #627

name: "@labset/git-workspaces Build and Test"
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "npm"
- run: yarn
- run: yarn format:check
- run: yarn lint
- run: yarn test
- run: yarn build
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}