1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-05-28 20:10:49 +00:00

add linter action to pullrequest (#5251)

This commit is contained in:
Eric Hellman 2021-01-12 15:44:08 -05:00 committed by GitHub
parent c0c0f07b45
commit 5538fb1c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
name: free-programming-books-lint
on: [push]
on: [push, pull_request]
jobs:
build: