Skip to content

Commit

Permalink
Merge pull request #136 from jackdomleo7/replace-badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdomleo7 committed Oct 14, 2021
2 parents 6786bec + 5172b27 commit 18e4558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: npm run has-no-changes
- name: Check project linting
run: npm run lint:check

tests:
runs-on: ubuntu-latest
steps:
Expand All @@ -35,7 +34,6 @@ jobs:
browser: chrome
headless: true
spec: "cypress/integration/*"

publish:
needs: [build, tests]
if: github.ref == 'refs/heads/master'
Expand All @@ -48,7 +46,7 @@ jobs:
node-version: '14.x'
- name: Clean install npm dependencies
run: npm ci
- name: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
check-version: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<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>

[![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)
[![.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)

![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)

Expand Down

0 comments on commit 18e4558

Please sign in to comment.