Skip to content

[ImgBot] Optimize images (#347) #231

[ImgBot] Optimize images (#347)

[ImgBot] Optimize images (#347) #231

Workflow file for this run

name: Test
on:
# Trigger the workflow on pull request against the main branch only
push:
branches:
- main
pull_request:
branches:
- main
jobs:
prettier-check:
name: Prettier format
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 16
- name: Install Node.js dependencies
run: yarn install
- name: Run linters
run: yarn format:check