mirror of
https://github.com/gbdev/awesome-gbdev.git
synced 2025-08-29 18:40:25 +02:00
Trigger the markdown linter on Pull Requests
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -1,12 +1,9 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
# schedule:
|
|
||||||
# - cron: 0 0 * * *
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
awesome-lint:
|
lint-markdown:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user