Skip to content

Update renovate.json #271

Update renovate.json

Update renovate.json #271

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version-file: package.json
cache: pnpm
- run: pnpm install
- run: pnpm run lint
check-dist:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version-file: package.json
cache: pnpm
- run: pnpm install
- run: pnpm run build
- run: git diff --exit-code -- dist/
run-self:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Run self
uses: ./
with:
target-file: "*"
common-dependency-paths: |-
action.yml