Set up github actions for automated CI/CD: 1. Lint(on every push/PR): run pre-commit checks 2. Test((on every push/PR): run all tests exclude real_plc_s1200 3. Build and publish to PyPI(on release/tag)