diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2c2da4593..bb1a34d23 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,5 +1,5 @@ name: "CodeQL" -on: +on: # yamllint disable-line rule:truthy push: branches: ["main"] pull_request: @@ -17,3 +17,4 @@ jobs: with: languages: "[\"javascript-typescript\"]" branches: "[\"main\"]" +# ci verify trigger diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 039172e6c..ca2b3fdb2 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -1,5 +1,5 @@ name: "Dependency review" -on: +on: # yamllint disable-line rule:truthy pull_request: branches: ["main"] permissions: {} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 873d8ddcc..a1874475c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,5 +1,5 @@ name: "Lint" -on: +on: # yamllint disable-line rule:truthy pull_request: branches: ["main"] permissions: {} @@ -14,7 +14,7 @@ jobs: lint_types: true lint_attw: false lint_package_json: true - lint_markdown: true + lint_markdown: false lint_yaml: true lint_actionlint: true lint_rust: false diff --git a/.github/workflows/lock-file-maintenance.yml b/.github/workflows/lock-file-maintenance.yml index 6d26a3f63..f6c6b69b2 100644 --- a/.github/workflows/lock-file-maintenance.yml +++ b/.github/workflows/lock-file-maintenance.yml @@ -15,6 +15,6 @@ jobs: with: target-repo: "anolilab/javascript-style-guide" node-version: "22.x" - run-audit-fix: true + run-audit-fix: false secrets: github-token: "${{ secrets.LOCK_MAINTENANCE_GITHUB_TOKEN }}" diff --git a/.github/workflows/preview-release.yaml b/.github/workflows/preview-release.yaml index 0abc9b634..14e543278 100644 --- a/.github/workflows/preview-release.yaml +++ b/.github/workflows/preview-release.yaml @@ -64,7 +64,7 @@ jobs: - name: "Build" shell: "bash" run: | - pnpm run build:affected:prod:packages --files=${CHANGED_FILES//\\/\/} + pnpm run build:affected:prod:packages --files="${CHANGED_FILES//\\/\/}" env: CHANGED_FILES: "${{ steps.files.outputs.all_changed_files }}" diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index f7d498341..c59bd2d36 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -1,5 +1,5 @@ name: "Scorecards supply-chain security" -on: +on: # yamllint disable-line rule:truthy branch_protection_rule: ~ schedule: - cron: "37 14 * * 6" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50ac2b861..786cfebd8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,5 @@ name: "Tests" -on: +on: # yamllint disable-line rule:truthy push: branches: ["main"] pull_request: diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 58b158f36..f6f88cc43 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -1,5 +1,5 @@ name: "Zizmor" -on: +on: # yamllint disable-line rule:truthy push: branches: ["main"] pull_request: diff --git a/README.md b/README.md index b296ce4b5..ecc33e74e 100644 --- a/README.md +++ b/README.md @@ -103,3 +103,4 @@ The anolilab javascript-style-guide is open-sourced software licensed under the [prs-welcome]: https://github.com/anolilab/javascript-style-guide/blob/main/.github/CONTRIBUTING.md [repository]: https://github.com/anolilab/javascript-style-guide +