diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..3114bef --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,21 @@ +name: Test +on: + push: + pull_request: + workflow_dispatch: +permissions: {} + +jobs: + super-lint: + permissions: { contents: read, packages: read, statuses: write } + runs-on: ubuntu-latest + steps: + - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 + with: { egress-policy: audit } + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: { persist-credentials: false } + - uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0 + env: + GITHUB_TOKEN: ${{ github.token }} + USE_FIND_ALGORITHM: true # support detached-head checkouts + VALIDATE_GIT_COMMITLINT: false # commitlint is bad diff --git a/README.md b/README.md index 2fa50ef..79fbd6b 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,3 @@ This repository houses special files related to Test Double's open source presen The files in docs/ will be used as the defaults for [@testdouble](https://github.com/testdouble) repositories that do not have their own file of that type. [Default Community Health Files - GitHub Docs](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file) -