Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Bump pylint-pydantic from 0.2.2 to 0.2.3 #190

Bump pylint-pydantic from 0.2.2 to 0.2.3

Bump pylint-pydantic from 0.2.2 to 0.2.3 #190

Workflow file for this run

name: test the challenges
on:
push:
branches:
- main # Set a branch to deploy
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Running tests
run: |
python -m pip install poetry
python -m poetry install
poetry run python regex_challenge.py list | xargs -n1 poetry run python regex_challenge.py test