Delete examples/benchmarks/.github/workflows/tests.yml

This commit is contained in:
Matthias Benkort 2024-07-16 17:13:49 +02:00 committed by KtorZ
parent f14dab9547
commit 28d2ee7186
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
name: Tests
on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: aiken-lang/setup-aiken@v0.1.0
with:
version: v1
- run: aiken fmt --check
- run: aiken check -D
- run: aiken build