Remove git from workflow

This commit is contained in:
Dhruva Sagar
2023-03-01 11:07:04 +05:30
parent f5df58b089
commit 2868a889c1

View File

@@ -21,7 +21,7 @@ jobs:
container: container:
image: alpine:latest image: alpine:latest
steps: steps:
- name: Install git & vim - name: Install vim
run: apk --no-cache add vim run: apk --no-cache add vim
- uses: actions/checkout@v3 - uses: actions/checkout@v3