Skip to content

Commit 18e4558

Browse files
authored
Merge pull request #136 from jackdomleo7/replace-badge
2 parents 6786bec + 5172b27 commit 18e4558

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
run: npm run has-no-changes
2626
- name: Check project linting
2727
run: npm run lint:check
28-
2928
tests:
3029
runs-on: ubuntu-latest
3130
steps:
@@ -35,7 +34,6 @@ jobs:
3534
browser: chrome
3635
headless: true
3736
spec: "cypress/integration/*"
38-
3937
publish:
4038
needs: [build, tests]
4139
if: github.ref == 'refs/heads/master'
@@ -48,7 +46,7 @@ jobs:
4846
node-version: '14.x'
4947
- name: Clean install npm dependencies
5048
run: npm ci
51-
- name: JS-DevTools/npm-publish@v1
49+
- uses: JS-DevTools/npm-publish@v1
5250
with:
5351
token: ${{ secrets.NPM_TOKEN }}
5452
check-version: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<a href="https://www.buymeacoffee.com/jackdomleo7" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-orange.png" alt="Buy Me A Coffee" style="height: 50px !important;width: 190px !important;" height="50" width="190" ></a> <a href="https://www.producthunt.com/posts/checka11y-css?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-checka11y-css" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=269866&theme=light" alt="Checka11y.css - A CSS stylesheet to quickly highlight a11y concerns. | Product Hunt" style="width: auto; height: 50px;"/></a>
66

7-
[![Tests](https://github.com/jackdomleo7/Checka11y.css/actions/workflows/Tests.yml/badge.svg?branch=master)](https://github.com/jackdomleo7/Checka11y.css/actions/workflows/Tests.yml) [![Build](https://github.com/jackdomleo7/Checka11y.css/actions/workflows/Build.yml/badge.svg?branch=master)](https://github.com/jackdomleo7/Checka11y.css/actions/workflows/Build.yml)
7+
[![.github/workflows/pipeline.yml](https://github.com/jackdomleo7/Checka11y.css/actions/workflows/pipeline.yml/badge.svg?branch=master)](https://github.com/jackdomleo7/Checka11y.css/actions/workflows/pipeline.yml)
88

99
![Maintenance](https://img.shields.io/maintenance/yes/2021) [![MIT License](https://img.shields.io/badge/License-MIT-important)](https://github.com/jackdomleo7/Checka11y.css/blob/master/LICENSE) [![Brotli size](https://badgen.net/badgesize/brotli/jackdomleo7/Checka11y.css/master/checka11y.css)](https://github.com/jackdomleo7/Checka11y.css/blob/master/checka11y.css)
1010

0 commit comments

Comments
 (0)