aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKieran <kieranrobson1999@gmail.com>2022-06-04 18:54:53 +0000
committerKieran <kieranrobson1999@gmail.com>2022-06-04 18:54:53 +0000
commit9e15e07d70f63a7a5cad47534ed64d56156cec14 (patch)
tree12ee31ec14cb23cd37eedfdbb2c5c4eb50d1f5a5
parentMerge branch 'master' of https://github.com/forks-by-kieran/awesome-selfhosted (diff)
downloadawesome-selfhosted-9e15e07d70f63a7a5cad47534ed64d56156cec14.tar.gz
awesome-selfhosted-9e15e07d70f63a7a5cad47534ed64d56156cec14.zip
rm workflows used for testing
Diffstat (limited to '')
-rw-r--r--.github/workflows/main.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index df9428ab..00000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-name: Awesome Lint
-on:
- pull_request:
- push:
- branches:
- - master
-
-jobs:
- awesome-lint:
- strategy:
- fail-fast: false
- matrix:
- files:
- - "readme.md"
- runs-on: ubuntu-latest
- steps:
- - name: "checkout repo"
- uses: actions/checkout@v2
- with:
- fetch-depth: 0
- - name: asdf_install
- uses: asdf-vm/actions/install@v1
- - name: "linting: ${{ matrix.files }}"
- run: npx -y awesome-lint ${{ matrix.files }}
- awesome-bot:
- strategy:
- fail-fast: false
- matrix:
- files:
- - "readme.md"
- runs-on: ubuntu-latest
- steps:
- - name: "checkout repo"
- uses: actions/checkout@v2.0.0
- with:
- fetch-depth: 0
- - name: "setup ruby"
- uses: ruby/setup-ruby@v1
- with:
- ruby-version: 3.0.1
- bundler-cache: true
- - name: "install awesome-bot"
- run: gem install awesome_bot
- - name: "linting: ${{ matrix.files }}"
- run: awesome_bot --allow-redirect ${{ matrix.files }}
-