Skip to content

test yarn

test yarn #2

name: CTHUB prettier test
on:
push:
branches: [ prettier-0.3.0 ]
workflow_dispatch:
jobs:
test-prettier:
name: prettier
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
- name: Test yarn
run: |
yarn --version
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{js,md,py}