Skip to content

Provide definition of word when found #11 #45

Provide definition of word when found #11

Provide definition of word when found #11 #45

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --check src