Skip to content

CI WIP.

CI WIP. #35

Workflow file for this run

name: Test
on:
- push
- fork
- pull_request
jobs:
json-lint:
runs-on: ubuntu-latest
name: 'JSON lint'
steps:
- uses: actions/checkout@v3
- run: docker pull cytopia/jsonlint
- run: docker run --rm -t -v $(pwd):/data cytopia/jsonlint -t ' ' '*.json'
markdown-lint:
runs-on: ubuntu-latest
name: 'Markdown lint'
steps:
- uses: actions/checkout@v3
- run: docker pull tmknom/markdownlint
- run: docker run --rm -v $(pwd):/work tmknom/markdownlint '**/*.md' --ignore CHANGELOG.md
verify-no-duplicate:
runs-on: ubuntu-latest
name: 'Verify no duplicate'
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y moreutils
- run: ./update-backup.sh