Skip to content

Commit

Permalink
Test CIF files
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Nov 17, 2023
1 parent 00cefc1 commit 220f3fb
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/check-cifs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Check CIF Files

on:
pull_request:
push:
tags-ignore:
- "**"

jobs:
check-cifs:
name: Check CIF Files
runs-on: ubuntu-latest
steps:
-
name: Setup Java
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: temurin
java-package: jre
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Download concrete-cif
run: curl -Lf -o /tmp/concrete-cif.jar https://github.com/concrete5-community/concrete-cif/releases/latest/download/concrete-cif.jar
-
name: Check
run: java -jar /tmp/concrete-cif.jar ./concrete

0 comments on commit 220f3fb

Please sign in to comment.