Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
👷 Add gh_fsync
Browse files Browse the repository at this point in the history
  • Loading branch information
gleich committed Sep 8, 2020
1 parent d266ef2 commit b2d8a7d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/fsync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
files:
- path: CLA
source: https://github.com/banurapp/banur/blob/master/CLA
- path: LICENSE
source: https://github.com/banurapp/banur/blob/master/LICENSE
- path: .github/workflows/fsync.yml
source: https://github.com/banurapp/banur/blob/master/standard-docs/workflows/fsync.yml
- path: CONTRIBUTING.md
source: https://github.com/banurapp/banur/blob/master/standard-docs/docs/CONTRIBUTING.md
- path: CODE_OF_CONDUCT.md
source: https://github.com/banurapp/banur/blob/master/CODE_OF_CONDUCT.md
19 changes: 19 additions & 0 deletions .github/workflows/fsync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: fsync

on:
push:
branches:
- master
schedule:
- cron: '*/30 * * * *' # Run every 30 minutes

jobs:
file_sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
token: ${{ secrets.FSYNC_TOKEN }}
- name: gh_fsync
uses: Matt-Gleich/gh_fsync@master

0 comments on commit b2d8a7d

Please sign in to comment.