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
Prev Previous commit
Next Next commit
Artifcat upload action
  • Loading branch information
digitronik committed Mar 30, 2020
commit 0992ae229e05457864ae6b4211df0012d8ecdeed
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ jobs:
- name: Check Indentation
run: make indent

- name: Syntex Checks
- name: Syntex Suggetions
run: make checks

- name: build PDFLaTeX
- name: Build PDFLaTeX
run: make build

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

- uses: actions/upload-artifact@v1
with:
name: artifacts
path: .