Skip to content

chore(deps): update @actions/cache to v4 (#902) #3448

chore(deps): update @actions/cache to v4 (#902)

chore(deps): update @actions/cache to v4 (#902) #3448

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: install
run: yarn
- name: Lint with ESLint
run: yarn lint
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: install
run: yarn
- name: Lint with markdownlint
run: yarn markdownlint