Skip to content

bringing pyright configuration into the pyproject.toml #40

bringing pyright configuration into the pyproject.toml

bringing pyright configuration into the pyproject.toml #40

Workflow file for this run

name: Docker CI
on:
push:
branches: [ "main", "dev" ]
paths:
- 'Dockerfile'
- 'pyproject.toml'
pull_request:
branches: [ "main" ]
paths:
- 'Dockerfile'
- 'pyproject.toml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --tag 30252:ci_test_$(date +%s)