Skip to content

[Perf] includes LICENSE and README in release zip file #194

[Perf] includes LICENSE and README in release zip file

[Perf] includes LICENSE and README in release zip file #194

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup nodejs
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install commit message convention lib
run: npm i commitlint-config-wizardoc -D
- name: Check commit message
uses: wagoid/commitlint-github-action@v4
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --check