Skip to content

chore: update version to 1.4.0 #16

chore: update version to 1.4.0

chore: update version to 1.4.0 #16

Workflow file for this run

name: Code Style CI
on:
push:
branches:
- master
pull_request:
jobs:
codestyle:
name: Check code style
runs-on: ubuntu-latest
steps:
- name: Checkout the project
uses: actions/checkout@v2
- name: Install the Node.js dependencies
run: make install
- name: Check if the code style of the source-codes is consistently applied
run: make lint