From f8d54e3c79de08bfd1f474be3d09afdcc7c79387 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Fri, 4 Dec 2020 13:59:58 +0000 Subject: [PATCH] try actions Signed-off-by: Doug Davis --- .github/workflows/verify.yaml | 9 +++++++++ .travis.yml | 3 --- README.md | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/verify.yaml delete mode 100644 .travis.yml diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml new file mode 100644 index 000000000..158b61026 --- /dev/null +++ b/.github/workflows/verify.yaml @@ -0,0 +1,9 @@ +name: verify +on: [push, pull_request] +jobs: + verify: + name: verify + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - run: make diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 00817824a..000000000 --- a/.travis.yml +++ /dev/null @@ -1,3 +0,0 @@ -language: generic -script: -- make diff --git a/README.md b/README.md index 64746ac44..0b95b1a48 100644 --- a/README.md +++ b/README.md @@ -106,14 +106,14 @@ The main mailing list for e-mail communications: - Archives are at: https://lists.cncf.io/g/cncf-cloudevents/topics And a #cloudevents Slack channel under -[CNCF's Slack workspace](https://slack.cncf.io/). +[CNCF's Slack workspace](http://slack.cncf.io/). For SDK related comments and questions: - Email to: [cncf-cloudevents-sdk](mailto:cncf-cloudevents-sdk@lists.cncf.io) - To subscribe see: https://lists.cncf.io/g/cncf-cloudevents-sdk - Archives are at: https://lists.cncf.io/g/cncf-cloudevents-sdk/topics -- Slack: #cloudeventssdk on [CNCF's Slack workspace](https://slack.cncf.io/) +- Slack: #cloudeventssdk on [CNCF's Slack workspace](http://slack.cncf.io/) ## Meeting Time