Skip to content

change img format and add meta #13

change img format and add meta

change img format and add meta #13

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
- develop
pull_request:
branches:
- main
- master
- develop
permissions:
checks: write
contents: write
jobs:
run-linters:
name: Run linters
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: npm run setup
- name: Run linters
run: npm run lint