Skip to content

Commit

Permalink
chore: rename actions (#501)
Browse files Browse the repository at this point in the history
* chore: up badges

* chore: rename actions
  • Loading branch information
pure-js committed Aug 18, 2023
1 parent 7988414 commit ae47c75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:

jobs:

# Build job
build:
generate-documentation:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -27,13 +26,12 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run Lint checking
- name: Generate Documentation
run: pnpm run doc

# Deploy job
deploy:
# Add a dependency to the build job
needs: build
needs: generate-documentation

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:

jobs:

eslint:
runs-on: ubuntu-latest
strategy:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Detect browser

[![Build Status](https://travis-ci.org/pure-js/browser-detection.svg?branch=master)](https://travis-ci.org/pure-js/browser-detection)
[![Test Coverage](https://github.com/github/docs/actions/workflows/test.yml/badge.svg)
[![codecov](https://codecov.io/gh/pure-js/browser-detection/branch/master/graph/badge.svg)](https://codecov.io/gh/pure-js/browser-detection)
[![Greenkeeper badge](https://badges.greenkeeper.io/pure-js/browser-detection.svg)](https://greenkeeper.io/)
[![Maintainability](https://api.codeclimate.com/v1/badges/594328cbb539ab26149e/maintainability)](https://codeclimate.com/github/pure-js/browser-detection/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/594328cbb539ab26149e/test_coverage)](https://codeclimate.com/github/pure-js/browser-detection/test_coverage)

Browser detection using the user agent.
Tested on most popular browser in the World on October 2017, statistic gets from StatCounter.
Expand Down

0 comments on commit ae47c75

Please sign in to comment.