From 1913c728062ca0da5ef2db3da2eddf7e129f1523 Mon Sep 17 00:00:00 2001 From: Chanaka Lakmal Date: Fri, 22 Oct 2021 07:46:15 +0530 Subject: [PATCH] Add action to check compatibility --- .github/workflows/compatibility.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/compatibility.yml diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml new file mode 100644 index 0000000..b153fe4 --- /dev/null +++ b/.github/workflows/compatibility.yml @@ -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