Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Remove sonar-scan.yml #8

Remove sonar-scan.yml

Remove sonar-scan.yml #8

Workflow file for this run

name: CI
on:
workflow_dispatch: {}
pull_request:
push:
branches:
- main
jobs:
lint:
name: Linter Analysis
uses: ./.github/workflows/lint.yml
unit-tests:
name: Unit Tests
uses: ./.github/workflows/unit-test.yml
sonar-scan:
name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master

Check failure on line 21 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
needs: unit-tests
e2e-tests:
name: E2E Tests
uses: ./.github/workflows/e2e.yml