Skip to content

Commit

Permalink
Add lfs support for checking pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
XanatosX committed Feb 21, 2023
1 parent b91ecb8 commit 5eefd74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
Expand Down
1 change: 1 addition & 0 deletions ModularToolManagerProject.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BE409F60-F5A2-4643-B028-F124F6CC151A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\check-pull-requests.yml = .github\workflows\check-pull-requests.yml
.github\workflows\create-latest-develop-build.yml = .github\workflows\create-latest-develop-build.yml
.github\workflows\create-live-build.yml = .github\workflows\create-live-build.yml
README.md = README.md
Expand Down

0 comments on commit 5eefd74

Please sign in to comment.