Skip to content

Create onion-galette.yaml #19

Create onion-galette.yaml

Create onion-galette.yaml #19

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install ⚙️
run: yarn install
- name: Lint 🧹
run: yarn lint