Add checkout step to GitHub actions workflow

This commit is contained in:
lwthiker
2022-03-04 18:12:46 +02:00
parent 635f2ca63c
commit be84f39250

View File

@@ -10,6 +10,9 @@ jobs:
name: Build curl-impersonate and run the tests
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1