Skip to content

fix(deps): update dependency eslint-plugin-no-use-extend-native to ^0.7.0 #435

fix(deps): update dependency eslint-plugin-no-use-extend-native to ^0.7.0

fix(deps): update dependency eslint-plugin-no-use-extend-native to ^0.7.0 #435

Workflow file for this run

name: Main
on:
push:
branches:
- master
- 'push-action/**'
pull_request:
concurrency:
group: main-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v4
- name: Build
run: pnpm -r build
- name: Lint
run: pnpm -r lint