Skip to content

Merge pull request #2937 from BSData/Exemplary-Battles-of-the-Age-of-… #2521

Merge pull request #2937 from BSData/Exemplary-Battles-of-the-Age-of-…

Merge pull request #2937 from BSData/Exemplary-Battles-of-the-Age-of-… #2521

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@v2
- uses: BSData/check-datafiles@v1
id: check
- uses: actions/upload-artifact@v1
with:
name: artifact
path: ${{ steps.check.outputs.staging-path }}