Skip to content

Commit d4742c9

Browse files
authored
Rename Hack samples to .hack extension (#4228)
1 parent 0404ab3 commit d4742c9

File tree

5 files changed

+1
-8
lines changed

5 files changed

+1
-8
lines changed

.gitattributes

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ jobs:
116116
if: ${{ github.event_name == 'pull_request' }}
117117
run: rm -f ${{ matrix.paths-ignore }}
118118

119-
- name: Remove Hack if C++
120-
if: ${{ matrix.language == 'cpp' }}
121-
run: rm -rf archive/h/hack
122-
123119
# Initializes the CodeQL tools for scanning.
124120
- name: Initialize CodeQL
125121
uses: github/codeql-action/init@v3

archive/h/hack/testinfo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
folder:
2-
extension: ".hh"
2+
extension: ".hack"
33
naming: "hyphen"
44

55
container:

0 commit comments

Comments
 (0)