Skip to content

Commit

Permalink
Merge branch 'main' into feature/test
Browse files Browse the repository at this point in the history
# Conflicts:
#	.eslintrc.json
#	package.json
  • Loading branch information
j-catania committed Jan 2, 2024
2 parents b1a92e2 + 7004ff3 commit 583536c
Show file tree
Hide file tree
Showing 14 changed files with 1,817 additions and 386 deletions.
21 changes: 0 additions & 21 deletions .eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: j-catania
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
node-version: 18
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: JavaScript Standard Style
run: npm run standard

release:
needs: build
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
docker push juuu/emusk:${{ steps.version.outputs.VERSION }}
- name: Prepare RC
run: npm version prerelease --preid=rc
run: npm version prerelease --preid=rc --no-git-tag-version

- name: Publish RC
run: |
Expand Down
6 changes: 6 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ _He is just a modulary guy for checking service health_
[![NPM Downloads](https://img.shields.io/npm/dm/emusk.svg)](https://npmjs.org/package/emusk)
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/juuu/emusk?logo=docker)](https://hub.docker.com/r/juuu/emusk)
[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/juuu/emusk/latest?logo=docker)](https://hub.docker.com/r/juuu/emusk)
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Usage
```shell
Expand All @@ -18,6 +19,7 @@ Options:
-f, --config-file <confFile> Config file (default: "./emusk.json")
-h, --no-hello Don't say hello to notifiers
-V, --verbose Active more logs
-p, --port HTTP port (default: 1337)
--help display help for command
```
Expand Down
Loading

0 comments on commit 583536c

Please sign in to comment.