mirror of
https://github.com/vuejs/awesome-vue.git
synced 2024-11-20 11:16:40 -05:00
feat: link double link in readme
This commit is contained in:
parent
3c3fa7cbf6
commit
fd4cefc834
1 changed files with 15 additions and 0 deletions
15
.github/workflows/readme-lint-double-link.yml
vendored
Normal file
15
.github/workflows/readme-lint-double-link.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: Awesome readme lint double link action
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
name: awesome readme lint double link
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: Scrum/awesome-readme-lint-double-link-action@v0.1.10
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in a new issue