Skip to content

[benchmark] add 2 projects #264

[benchmark] add 2 projects

[benchmark] add 2 projects #264

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
check:
name: check-format
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: sudo npm -g install js-beautify
- name: Check format
run: bin/check-format