Skip to content

Commit

Permalink
[github] badges for the github actions
Browse files Browse the repository at this point in the history
Summary:
We've switched away from Travis CI to github actions more than a year
ago but forgot to update the badge in the README.

Reviewed By: ezgicicek

Differential Revision: D31141763

fbshipit-source-id: 575566854
  • Loading branch information
jvillard authored and facebook-github-bot committed Sep 23, 2021
1 parent 28e4232 commit e0ff83e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: website

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Install
name: build

on:
- push
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="website/static/img/logo.png" alt="logo" width="15%" />

# Infer [![Build Status](https://travis-ci.org/facebook/infer.svg?branch=main)](https://travis-ci.org/facebook/infer)
# Infer ![build](https://github.com/facebook/infer/actions/workflows/install.yml/badge.svg) ![website](https://github.com/facebook/infer/actions/workflows/deploy.yml/badge.svg)

[Infer](http://fbinfer.com/) is a static analysis tool for Java,
C++, Objective-C, and C. Infer is written in [OCaml](https://ocaml.org/).
Expand Down

0 comments on commit e0ff83e

Please sign in to comment.