release 1.30.0, added Module_ZF_1 and Module_ZF_2 to ROOT #92
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Style-Check | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Style-Check | |
run: | | |
docker build -f isar2html2.0/Dockerfile -t isar2html . | |
docker run isar2html |