Skip to content

Commit

Permalink
Update README with new badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ymherklotz committed Apr 16, 2024
1 parent f4a8f21 commit 1c366e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "Build Verismith"
name: "build"
on:
pull_request:
push:
jobs:
tests:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Verismith

[![Build Status](https://travis-ci.com/ymherklotz/verismith.svg?token=qfBKKGwxeWkjDsy7e16x&branch=master)](https://travis-ci.com/ymherklotz/verismith)
[![Build Status](https://github.com/ymherklotz/verismith/actions/workflows/main.yml/badge.svg)](https://travis-ci.com/ymherklotz/verismith)
[![FPGA'20 DOI](https://img.shields.io/badge/FPGA'20%20DOI-10.1145%2F3373087.3375310-blue)](https://doi.org/10.1145/3373087.3375310)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3598790.svg)](https://doi.org/10.5281/zenodo.3598790)
[![Hackage](https://img.shields.io/hackage/v/verismith?color=614f88)](http://hackage.haskell.org/package/verismith)
Expand Down

0 comments on commit 1c366e6

Please sign in to comment.