From 6502509edadfe25bd82a0ebdc09804f29930e837 Mon Sep 17 00:00:00 2001 From: parroty Date: Tue, 10 Nov 2020 08:48:14 +0900 Subject: [PATCH 1/2] Fix github action workflow --- .github/workflows/test_and_lint.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: From 2adbb759f34e613a0dc53fd6c3c770ed9c33415a Mon Sep 17 00:00:00 2001 From: parroty Date: Tue, 10 Nov 2020 08:51:16 +0900 Subject: [PATCH 2/2] Fix badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.