Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

steps:
- name: Cancel previous workflow
uses: styfle/cancel-workflow-action@0.11.0

Check failure on line 14 in .github/workflows/format.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=Nikas-Project_Server&issues=AaBoOaEklTxMXY04B63A&open=AaBoOaEklTxMXY04B63A&pullRequest=468
with:
access_token: ${{ github.token }}

Expand All @@ -23,7 +23,7 @@
persist-credentials: false

- name: Format code
uses: creyD/prettier_action@v4.3
uses: creyD/prettier_action@v4.6

Check failure on line 26 in .github/workflows/format.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=Nikas-Project_Server&issues=AaBoOaEklTxMXY04B63B&open=AaBoOaEklTxMXY04B63B&pullRequest=468
with:
prettier_options: --write **/*.{md,js,html,scss,yaml,yml}
same_commit: false
Expand All @@ -32,7 +32,7 @@
github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

- name: Lint Docker files
uses: hadolint/hadolint-action@v3.1.0

Check failure on line 35 in .github/workflows/format.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=Nikas-Project_Server&issues=AaBoOaEklTxMXY04B63C&open=AaBoOaEklTxMXY04B63C&pullRequest=468
with:
dockerfile: "Dockerfile"
verbose: true
Expand All @@ -41,7 +41,7 @@
ignore: "DL3013,DL3018"

- name: Lint Docker files
uses: hadolint/hadolint-action@v3.1.0

Check failure on line 44 in .github/workflows/format.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=Nikas-Project_Server&issues=AaBoOaEklTxMXY04B63D&open=AaBoOaEklTxMXY04B63D&pullRequest=468
with:
dockerfile: "Dockerfile.dev"
verbose: true
Expand Down
Loading