Skip to content

Commit

Permalink
comment parts which are not yet needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lubedacht committed Nov 3, 2023
1 parent c0bf6b1 commit d9c61e5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
capi
capic
decorder
17 changes: 9 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
with:
version: v1.54

yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ibiqlik/action-yamllint@v3
with:
format: github
# TODO(lubedacht) include later
# yamllint:
# name: yamllint
# runs-on: ubuntu-latest
# steps:
# - uses: actions/[email protected]
# - uses: ibiqlik/action-yamllint@v3
# with:
# format: github

actionlint:
name: actionlint
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
- name: Run tests
run: "make test"

- name: SonarCloud Scan
uses: SonarSource/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# TODO(lubedacht) include later
# - name: SonarCloud Scan
# uses: SonarSource/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit d9c61e5

Please sign in to comment.