Skip to content

feat: add more infor in create transaction pages #24

feat: add more infor in create transaction pages

feat: add more infor in create transaction pages #24

Workflow file for this run

name: Sonar Scan
on:
push:
branches:
- main
pull_request:
branches:
- **

Check failure on line 8 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- 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 }}