Skip to content

Commit

Permalink
Merge pull request cloudevents#742 from duglin/actions
Browse files Browse the repository at this point in the history
try actions
  • Loading branch information
Doug Davis authored Dec 4, 2020
2 parents 4661a69 + f8d54e3 commit d08fea2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected])
- 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

Expand Down

0 comments on commit d08fea2

Please sign in to comment.