Skip to content

Commit f5242f8

Browse files
committed
Fixed typo
1 parent a7a0d56 commit f5242f8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*.vcxproj eol=crlf
1414
*.filters eol=crlf
1515
*.sln eol=crlf
16-
*.yml eof=crlf
16+
*.yml eol=crlf
1717

1818
# Explicitly declare resource files as binary
1919
*.pdb binary

.github/workflows/lint.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- name: Clean Up Workspace
29-
run: |
30-
rm -rf ${{ github.workspace }}
31-
mkdir ${{ github.workspace }}
32-
3328
- name: Checkout repository
3429
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3530
with:

0 commit comments

Comments
 (0)