We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a0d56 commit f5242f8Copy full SHA for f5242f8
.gitattributes
@@ -13,7 +13,7 @@
13
*.vcxproj eol=crlf
14
*.filters eol=crlf
15
*.sln eol=crlf
16
-*.yml eof=crlf
+*.yml eol=crlf
17
18
# Explicitly declare resource files as binary
19
*.pdb binary
.github/workflows/lint.yml
@@ -25,11 +25,6 @@ jobs:
25
runs-on: ubuntu-latest
26
27
steps:
28
- - name: Clean Up Workspace
29
- run: |
30
- rm -rf ${{ github.workspace }}
31
- mkdir ${{ github.workspace }}
32
-
33
- name: Checkout repository
34
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
with:
0 commit comments