diff --git a/ci.yml b/ci.yml new file mode 100644 index 0000000..0f7244e --- /dev/null +++ b/ci.yml @@ -0,0 +1,5 @@ +name: CI + +on: push: branches: [ main, add-ci-for-smabot ] pull_request: branches: [ main ] + +jobs: lint-and-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 with: python-version: '3.12' - name: Install dependencies run: | python -m pip install --upgrade pip pip install -r requirements.txt - name: Run tests run: pytest -q \ No newline at end of file