update actions

This commit is contained in:
Vladimir Mandic
2023-07-23 08:52:25 -04:00
parent 86099dfb15
commit 6adbd05b64
6 changed files with 32 additions and 9 deletions
+23
View File
@@ -0,0 +1,23 @@
name: update-readme
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: checkout-code
uses: actions/checkout@v3
- name: update-readme
uses: JamesIves/github-sponsors-readme-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
file: 'README.md'
- name: deploy-readme
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: main
folder: '.'
+1 -1
View File
@@ -1,4 +1,4 @@
name: Run Linting/Formatting on Pull Requests
name: lint-on-push
on:
- push