Skip to content

Commit

Permalink
chore(docs): update github actions badge url (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtjones404 committed Dec 20, 2022
1 parent efc83a3 commit becce9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![code coverage][coverage-badge]][coverage]
[![npm version][version-badge]][package]

[build-badge]: https://img.shields.io/github/workflow/status/krakenjs/beaver-logger/build?logo=github&style=flat-square
[build-badge]: https://img.shields.io/github/actions/workflow/status/krakenjs/beaver-logger/main.yml?branch=main&logo=github&style=flat-square
[build]: https://github.com/krakenjs/beaver-logger/actions?query=workflow:build
[coverage-badge]: https://img.shields.io/codecov/c/github/krakenjs/beaver-logger.svg?style=flat-square
[coverage]: https://codecov.io/github/krakenjs/beaver-logger/
Expand Down
2 changes: 1 addition & 1 deletion server/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
/* eslint import/no-commonjs: off */

module.exports = {
extends: require.resolve("@krakenjs/grumbler-scripts/config/.eslintrc-node"),
extends: require.resolve("@krakenjs/eslint-config-grumbler/eslintrc-node"),
};

0 comments on commit becce9f

Please sign in to comment.