add files

This commit is contained in:
Raventric
2023-03-29 01:02:45 +05:30
commit b492a3cac3
12 changed files with 360 additions and 0 deletions

12
.github/workflows/awesome-lint.yml vendored Normal file
View 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
View 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