Fix unexpected symbol error with single quotes

This commit is contained in:
Johannes Grumböck 2020-10-03 15:30:37 +02:00
parent 6578c2fdcc
commit db2817da70

View File

@ -34,7 +34,7 @@ jobs:
run: | run: |
apt update apt update
apt install -y make gcc libc-dev git apt install -y make gcc libc-dev git
if: github.actor == "nektos/act" if: github.actor == 'nektos/act'
- name: Lint - name: Lint
run: | run: |
@ -48,4 +48,4 @@ jobs:
uses: shogo82148/actions-goveralls@v1 uses: shogo82148/actions-goveralls@v1
with: with:
path-to-profile: profile.cov path-to-profile: profile.cov
if: github.actor != "nektos/act" if: github.actor != 'nektos/act'