Skip to content

use trusted host to avoid SSL error, see https://stackoverflow.com/qu… #119

use trusted host to avoid SSL error, see https://stackoverflow.com/qu…

use trusted host to avoid SSL error, see https://stackoverflow.com/qu… #119

Workflow file for this run

# 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/[email protected]
- name: Check python2
run: |
apt update -q && apt install -y -q python2
python2 -m compileall .