aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-04 16:08:30 +0300
committerCem Keylan <cem@ckyln.com>2021-03-04 16:08:30 +0300
commite7d6cd34a4deb26724765de8d96f5930cda39e32 (patch)
tree07d293edbddadc945a5cc129365ff65f65ab9464 /.github/workflows/main.yml
parent30c117a8ec244a63bc505cfdf0a0ba96f2999efe (diff)
downloadrepository-e7d6cd34a4deb26724765de8d96f5930cda39e32.tar.gz
move tests to Sourcehut
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index 9b94dfc0..00000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: test
-
-on: [push, pull_request]
-
-jobs:
- build:
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v1
- - name: Run tests.
- run: make test