Skip to content

Merge pull request #183 from lidofinance/dependabot/github_actions/gi… #539

Merge pull request #183 from lidofinance/dependabot/github_actions/gi…

Merge pull request #183 from lidofinance/dependabot/github_actions/gi… #539

Workflow file for this run

name: Linters
on: [push, pull_request]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Common setup
uses: ./.github/workflows/setup
- name: ESLint README.md
run: npm run lint:check
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Common setup
uses: ./.github/workflows/setup
- name: Prettier check
run: npm run prettier:check
links:
name: Links
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Common setup
uses: ./.github/workflows/setup
- name: Check links
run: npm run link:check