Skip to content

Commit c9c82b8

Browse files
authored
Run superlinter for natural language, markdown, etc (#2)
2 parents 7f3fb4b + 702a3a4 commit c9c82b8

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Test
2+
on:
3+
push:
4+
pull_request:
5+
workflow_dispatch:
6+
permissions: {}
7+
8+
jobs:
9+
super-lint:
10+
permissions: { contents: read, packages: read, statuses: write }
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
14+
with: { egress-policy: audit }
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+
with: { persist-credentials: false }
17+
- uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0
18+
env:
19+
GITHUB_TOKEN: ${{ github.token }}
20+
USE_FIND_ALGORITHM: true # support detached-head checkouts
21+
VALIDATE_GIT_COMMITLINT: false # commitlint is bad

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ This repository houses special files related to Test Double's open source presen
55
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.
66

77
[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)
8-

0 commit comments

Comments
 (0)