Skip to content

feat: replacement of image in hero section of virtual adoption #2011

feat: replacement of image in hero section of virtual adoption

feat: replacement of image in hero section of virtual adoption #2011

Workflow file for this run

name: pr-name-linter
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Install dependencies
run: yarn add @commitlint/[email protected]
- uses: JulienKode/[email protected]