mirror of
https://github.com/Ravencentric/awesome-arr.git
synced 2026-04-17 23:54:05 +02:00
add files
This commit is contained in:
12
.github/workflows/awesome-lint.yml
vendored
Normal file
12
.github/workflows/awesome-lint.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: CI
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
jobs:
|
||||
Awesome_Lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: npx awesome-lint
|
||||
24
.github/workflows/retype-action.yml
vendored
Normal file
24
.github/workflows/retype-action.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: Publish Retype powered website to GitHub Pages
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
name: Publish to retype branch
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: retypeapp/action-build@latest
|
||||
|
||||
- uses: retypeapp/action-github-pages@latest
|
||||
with:
|
||||
update-branch: true
|
||||
Reference in New Issue
Block a user