mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
Fix unexpected symbol error with single quotes
This commit is contained in:
parent
6578c2fdcc
commit
db2817da70
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user