Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Oct 18, 2024
1 parent f6d56c4 commit 7bbb476
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 1,913 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
* text=auto
/gradlew eol=lf
/gradlew.bat eol=crlf
*.sh eol=lf
51 changes: 0 additions & 51 deletions .github/workflows/check-action-typing.yaml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/check-dependency-versions.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/foo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Validate Gradle Wrapper'
on: 'push'
jobs:
test-windows-wsl-x64:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.1
- name: Setup WSL
uses: Vampire/setup-wsl@v3.1.3
with:
distribution: Ubuntu-22.04
- shell: wsl-bash {0}
run: |
cd "/mnt/$(echo "${{ github.workspace }}" | tr -d ':' | tr '\\' '/' | tr '[:upper:]' '[:lower:]')"
./test.sh
Loading

0 comments on commit 7bbb476

Please sign in to comment.