Skip to content

Commit

Permalink
try lint directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Jan 1, 2025
1 parent 1d1703b commit 28e02a5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Download Unity
uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: StandaloneLinux64

- name: Install dotnet tools
run: |
dotnet new tool-manifest
Expand Down

0 comments on commit 28e02a5

Please sign in to comment.