Skip to content

Commit

Permalink
Add action to check compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ldclakmal committed Oct 22, 2021
1 parent 7011535 commit 1913c72
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Check Compatibility

on:
schedule:
- cron: '30 0,6,12 * * *' # Run daily at 6:00AM, 12:00Noon, 6:00PM IST (12:30AM, 6.30AM, 12.30PM UTC)
workflow_dispatch:

jobs:
build:
name: Check Compatibility
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Pull Package
uses: ballerina-platform/ballerina-action/@master
with:
args:
pull ldclakmal/twitter

0 comments on commit 1913c72

Please sign in to comment.