This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Bump pyright from 1.1.391 to 1.1.398 #2821
Workflow file for this run
This file contains hidden or 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: docker-test | |
on: [push, pull_request] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: docker build | |
run: | | |
docker build -f Dockerfile . -t iqtlabs/daisybell:latest | |
docker run -t iqtlabs/daisybell:latest --help |