mirror of
https://github.com/gbdev/awesome-gbdev.git
synced 2025-08-29 10:29:51 +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
|
||||
|
||||
on:
|
||||
push:
|
||||
# schedule:
|
||||
# - cron: 0 0 * * *
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
awesome-lint:
|
||||
lint-markdown:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user