Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
github action
  • Loading branch information
digitronik committed Mar 30, 2020
commit 3180f7c3c16f65fc4c3f4c15231c6b63f3e1fa0b
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Python Book

on: [push, pull_request]

jobs:
tex:
name: Checks and Build
runs-on: ubuntu-latest
steps:
- name: Checkout to master
uses: actions/checkout@master

- name: Check Indentation
run: make indent

- name: Syntex Checks
run: make checks

- name: build PDFLaTeX
run: make build

- name: Analysis (git diff)
if: failure()
run: git diff