diff --git a/.github/linters/.codespellrc b/.github/linters/.codespellrc new file mode 100644 index 0000000..351e9a0 --- /dev/null +++ b/.github/linters/.codespellrc @@ -0,0 +1,3 @@ +[codespell] +skip = ./.github/linters +ignore-words-list = afterall diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index 3a07190..4387329 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: Lint code base - uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2 + uses: super-linter/super-linter@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0 env: GITHUB_TOKEN: ${{ github.token }} VALIDATE_BIOME_FORMAT: false diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 15ea61e..a0503f4 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -21,19 +21,17 @@ concurrency: cancel-in-progress: true permissions: - contents: write - pull-requests: write + contents: write # Required to create releases + pull-requests: write # Required to create comments on the PRs jobs: Release: runs-on: ubuntu-latest steps: - - name: Checkout Code + - name: Checkout repo uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Release - uses: PSModule/Release-GHRepository@88c70461c8f16cc09682005bcf3b7fca4dd8dc1a # v2.0.1 - with: - IncrementalPrerelease: false + uses: PSModule/Release-GHRepository@5a5165d66f485d1aad217ef34a190178b214fdcb # v2.0.2