Skip to content

feat(image-upload): add option to show a warning in the upload panel … #151

feat(image-upload): add option to show a warning in the upload panel …

feat(image-upload): add option to show a warning in the upload panel … #151

Workflow file for this run

name: Changelog
on:
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run Commitlint against most recent commit message
run: echo -n "${{ github.event.head_commit.message }}" | npx --no -- commitlint --verbose