add linter action to pullrequest (#5251)

pull/5259/head
Eric Hellman 4 years ago committed by GitHub
parent c0c0f07b45
commit 5538fb1c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/fpb-lint.yml

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

Loading…
Cancel
Save