style: 去除多余引用,更正部分类型注解,完全兼容pydantic v1 & v2 #43
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: Docker Image CI | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build the Docker image for test | |
run: docker build . --file Dockerfile --tag ${GITHUB_ACTOR,,}:pallas-bot |