Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerol committed Nov 6, 2022
1 parent ae4a750 commit 5f06376
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: [push]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install semistandard
run: npm i -g semistandard
- name: Run semistandard
run: semistandard
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Random Binary Music

[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=berkerol_random-binary-music&metric=alert_status)](https://sonarcloud.io/dashboard?id=berkerol_random-binary-music)
[![CI](https://github.com/berkerol/random-binary-music/actions/workflows/lint.yml/badge.svg?branch=master)](https://github.com/berkerol/random-binary-music/actions/workflows/lint.yml)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/berkerol/random-binary-music/issues)
[![semistandard](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg)](https://github.com/Flet/semistandard)
[![ECMAScript](https://img.shields.io/badge/ECMAScript-latest-brightgreen.svg)](https://www.ecma-international.org/ecma-262)
Expand All @@ -10,6 +11,10 @@ Listen to the music of random binary numbers. You can customize notes, periods a

[![button](watch.png)](https://berkerol.github.io/random-binary-music/rbm.html)

## Continous Integration

It is setup using GitHub Actions in `.github/workflows/lint.yml`

## Contribution

Feel free to [contribute](https://github.com/berkerol/random-binary-music/issues) according to the [semistandard rules](https://github.com/Flet/semistandard) and [latest ECMAScript Specification](https://www.ecma-international.org/ecma-262).
Expand Down

0 comments on commit 5f06376

Please sign in to comment.