run get_uk_holidays.py #1173
Workflow file for this run
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: All Tests | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout (GitHub) | |
uses: actions/checkout@v2 | |
- name: Build and run dev container task | |
uses: devcontainers/ci@v0.2 | |
with: | |
# Change this to be your CI task/script | |
runCmd: python -m cin_validator test |