Skip to content

Test CIF files

Test CIF files #1

Workflow file for this run

name: Check CIF Files
on:
pull_request:
push:
tags-ignore:
- "**"
jobs:
check-cifs:
name: Check CIF Files
runs-on: ubuntu-latest
steps:
- 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