Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitattributes

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
run: rm -f ${{ matrix.paths-ignore }}

- name: Remove Hack if C++
if: ${{ matrix.language == 'cpp' }}
run: rm -rf archive/h/hack

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion archive/h/hack/testinfo.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
folder:
extension: ".hh"
extension: ".hack"
naming: "hyphen"

container:
Expand Down
Loading