mirror of
https://github.com/gbdev/awesome-gbdev.git
synced 2025-01-17 12:18:15 +01:00
Merge branch 'master' of github.com:gbdev/awesome-gbdev
This commit is contained in:
commit
6141514ab7
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@ -18,3 +18,21 @@ jobs:
|
||||
|
||||
- name: Run awesome-lint
|
||||
run: awesome-lint
|
||||
|
||||
check-deadlinks:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Download brok package
|
||||
run: wget https://github.com/smallhadroncollider/brok/releases/download/1.1.0/brok-1.1.0_x86-64-linux.deb
|
||||
|
||||
- name: Install brok (and dependencies)
|
||||
run: |
|
||||
sudo apt-get install libtinfo5
|
||||
sudo dpkg -i brok-1.1.0_x86-64-linux.deb
|
||||
|
||||
- name: Run awesome-lint
|
||||
run: brok --only-failures *.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user