We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd44d49 commit 6172cd2Copy full SHA for 6172cd2
1 file changed
.github/workflows/lint.yaml
@@ -43,7 +43,7 @@ jobs:
43
lint:
44
runs-on: ubuntu-latest
45
steps:
46
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
47
with:
48
ref: ${{ github.head_ref }}
49
fetch-depth: 0
@@ -60,7 +60,7 @@ jobs:
60
--diagnostics-output=github \
61
validate --all; then
62
echo "❌ Lint errors detected."
63
- echo "💡 Please run the following locally to fix them:"
+ echo "Please run the following locally to fix them:"
64
echo ""
65
echo " ./utils/lint fix --all"
66
echo " git commit -am 'Fix lints'"
0 commit comments