Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Necron Fixes

Necron Fixes #5325

Workflow file for this run

# This action continuously checks all pushes and Pull requests
# for validity, integrity and bugs in datafiles.
# For details, visit https://github.com/BSData/check-datafiles
name: CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: BSData/check-datafiles@v1
id: check
- uses: actions/upload-artifact@v3
with:
name: artifact
path: ${{ steps.check.outputs.staging-path }}