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

fix lint

fix lint #53

Workflow file for this run

name: sonar
on:
# Trigger analysis when pushing in master or pull requests, and when creating
# a pull request.
push:
branches:
- develop
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
runs-on: [self-hosted]
steps:
- uses: eniblock/build/actions/[email protected]
id: setup
with:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
fetch-depth: "0"
- run: |
earthly \
--secret GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
--secret SONAR_TOKEN=${{ secrets.SONAR_TOKEN }} \
+sonar