Skip to content

ci: adding ci proccess #1

ci: adding ci proccess

ci: adding ci proccess #1

Workflow file for this run

name: ci-jscalc
on:
pull_request:
branches:
- develop
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
node-version: 18
- run: npm install
- run: npm run test
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}