diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2026-05-23 14:05:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-23 14:05:02 -0700 |
| commit | 8df42cf64ad9c5c2a675b5056220b4bf1e88a5df (patch) | |
| tree | 692aa3ab8d9ff210503a58edd9c2a9feb425ffb9 /.github/workflows | |
| parent | 745ca3c7bfc56a00c70fb0ae683397f928095a13 (diff) | |
Delete .github/workflows/main.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 35c0c18..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: CI -on: [push, pull_request] -jobs: - test: - runs-on: ${{matrix.os}} - - strategy: - matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - fail-fast: false - - steps: - - uses: actions/checkout@v2 - - - name: Setup - run: | - node -v - npm install --global lix - lix install haxe 4.3.6 --global - lix download - npm ci - haxelib install tests.hxml --always - - - name: Test - run: | - haxe tests.hxml |
