Skip to content

Bump mypy from 1.11.1 to 1.11.2 #814

Bump mypy from 1.11.1 to 1.11.2

Bump mypy from 1.11.1 to 1.11.2 #814

Workflow file for this run

name: Build project
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Copy other required files
run: |
cp README.md src/README.md
cp LICENSE src/LICENSE
- uses: actions/upload-artifact@v4
with:
name: 'UniversalController'
path: src