This action install and configure docker in the current job.
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
ref: ${{ inputs.ref }}
- name: Setup docker
uses: cern-sis/gh-workflows/.github/actions/[email protected]