[ROS-O] fixup 6ac62fef5caba52cbfa71c093b242a1f0b5a1b88 #990
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
# generated by `./generate_action_config.py noetic` | |
# jsk_travis | |
on: [push, pull_request] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
name: check_python2 | |
container: ubuntu:20.04 | |
steps: | |
- name: Chcekout | |
uses: actions/checkout@v2 | |
- name: Check Python2 | |
run: | | |
apt update -q && apt install -y -q python2 | |
python2 -m compileall -x `find docker -name "*.py"` . |