Updated the points for the daughters of Khaine after the latest updated #323
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
# 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 }} |