Skip to content

Feat/v24.8.1 (#57)

Feat/v24.8.1 (#57) #69

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
buildandtest:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: "20.9.0"
- name: Install tln cli
run: npm i -g [email protected] && tln --version
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}