Skip to content

patch3

patch3 #10

Workflow file for this run

# yamllint disable rule:comments-indentation
name: MasterCI
on: # yamllint disable-line rule:truthy
push
jobs:
CherryPick:
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }}"
uses: actions/checkout@v2
with:
persist-credentials: false
submodules: true
- name: Check out repository code
run: |
ls -al
- name: Cleanup
if: always()
run: |
docker ps