diff --git a/.github/workflows/test_and_lint.yaml b/.github/workflows/test_and_lint.yaml index 1236793..81126b0 100644 --- a/.github/workflows/test_and_lint.yaml +++ b/.github/workflows/test_and_lint.yaml @@ -2,7 +2,8 @@ name: test_and_lint on: pull_request: - types: [push, opened, synchronize] + types: [opened, synchronize] + push: jobs: test_and_lint: diff --git a/README.md b/README.md index 794f9e2..748f2d4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ExTwitter [![Build Status](https://img.shields.io/travis/parroty/extwitter.svg "Build Status")](http://travis-ci.org/parroty/extwitter) [![Coverage Status](http://img.shields.io/coveralls/parroty/extwitter.svg)](https://coveralls.io/r/parroty/extwitter) [![hex.pm version](https://img.shields.io/hexpm/v/extwitter.svg)](https://hex.pm/packages/extwitter) [![Inline docs](http://inch-ci.org/github/parroty/extwitter.svg?branch=master&style=flat)](http://inch-ci.org/github/parroty/extwitter) +# ExTwitter ![Build Status](https://github.com/parroty/extwitter/workflows/test_and_lint/badge.svg) [![Coverage Status](http://img.shields.io/coveralls/parroty/extwitter.svg)](https://coveralls.io/r/parroty/extwitter) [![hex.pm version](https://img.shields.io/hexpm/v/extwitter.svg)](https://hex.pm/packages/extwitter) [![Inline docs](http://inch-ci.org/github/parroty/extwitter.svg?branch=master&style=flat)](http://inch-ci.org/github/parroty/extwitter) Twitter client library for elixir. It uses oauther to call Twitter's REST API.