diff options
author | Christian Segundo | 2023-05-28 15:13:28 +0200 |
---|---|---|
committer | Christian Segundo | 2023-06-03 18:21:19 +0200 |
commit | 72c64b9c28ce14fe6b42ef76cbfae770936a6d06 (patch) | |
tree | de07898cafc71c2fc7abed7f3861887ae5fa3243 /.github/workflows/test.yml | |
parent | 883ee04811b43f348d86359bba13701730cfcfee (diff) | |
download | languagetool-72c64b9c28ce14fe6b42ef76cbfae770936a6d06.tar.gz |
Move to buildkite/dockerhub
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 63c8c1b..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,18 +0,0 @@ - -name: Test - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - run: | - make docker-test |