Skip to content

[benchmark] add alsa-utils and bowtie2 #248

[benchmark] add alsa-utils and bowtie2

[benchmark] add alsa-utils and bowtie2 #248

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