Skip to content

Feat support windows #55

Feat support windows

Feat support windows #55

Workflow file for this run

name: "Pull request"
on:
pull_request:
types: [ opened, synchronize, reopened ]
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v6