Skip to content

Bump nokogiri from 1.15.4 to 1.16.2 #458

Bump nokogiri from 1.15.4 to 1.16.2

Bump nokogiri from 1.15.4 to 1.16.2 #458

name: Prettier-Standard
on:
pull_request:
branches:
- '*'
push:
branches:
- master
jobs:
prettier:
name: Prettier-Standard Check Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Run prettier-standard check
run: npx prettier-standard --lint
working-directory: javascript