Skip to content

Commit

Permalink
Rename github workflow from test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Feb 4, 2021
1 parent e37ea96 commit 1915785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: CI
on: [push, pull_request]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# StripAttributes

[![Gem Version](http://img.shields.io/gem/v/strip_attributes.svg)](https://rubygems.org/gems/strip_attributes)
[![Build Status](https://github.com/rmm5t/strip_attributes/workflows/test/badge.svg?branch=master)](https://github.com/rmm5t/strip_attributes/actions?query=workflow%3A.github%2Fworkflows%2Ftest.yml)
[![Build Status](https://github.com/rmm5t/strip_attributes/workflows/CI/badge.svg?branch=master)](https://github.com/rmm5t/strip_attributes/actions?query=workflow%3ACI)
[![Gem Downloads](https://img.shields.io/gem/dt/strip_attributes.svg)](https://rubygems.org/gems/strip_attributes)

StripAttributes is an ActiveModel extension that automatically strips all
Expand Down

0 comments on commit 1915785

Please sign in to comment.