Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Update dependency zx to v8 #93

Update dependency zx to v8

Update dependency zx to v8 #93

Workflow file for this run

# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: lint
on:
pull_request:
branches:
- main
push:
branches:
- main
tags:
- "*"
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 7.2.1
run_install: |
- args: []
- run: pnpm lint