diff --git a/.github/workflows/awesome-lint.yml b/.github/workflows/awesome-lint.yml new file mode 100644 index 0000000..e859482 --- /dev/null +++ b/.github/workflows/awesome-lint.yml @@ -0,0 +1,17 @@ +name: awesome-lint github action + +on: + pull_request: + branches: [master] + +jobs: + awesome-lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 # fix remark-lint:awesome-git-repo-age + - name: Test awesome-lint with custom file path + uses: jthegedus/github-action-awesome-lint@68fc989d5a01aa127ce502a59f72ebe4166386f1 # commit_sha of tag v0.1.0 + with: + args: 'readme.md' diff --git a/readme.md b/readme.md index bea0138..2f7e5ec 100644 --- a/readme.md +++ b/readme.md @@ -35,6 +35,8 @@ They are easy to use and you do not need to be an expert to get first meaningful - [Blogs](#blogs) - [Tutorials and Technical Background](#tutorials-and-technical-background) - [Conferences](#conferences) +- [Contribute](#contribute) +- [License](#license) ## Software Tools