Merge pull request #10 from deutsche-nationalbibliothek/main #10
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
name: Check Serialization | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: arduino/setup-task@v2 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Check out Vocabulary Repository 📄 | |
uses: actions/checkout@v4 | |
- name: Run CI Tasks ⚙️ | |
run: task ci |