Skip to content

change file name to LicenseRef-Slint-Royalty-free-1.2 #623

change file name to LicenseRef-Slint-Royalty-free-1.2

change file name to LicenseRef-Slint-Royalty-free-1.2 #623

Workflow file for this run

# Copyright © SixtyFPS GmbH <info@slint.dev>
<<<<<<< HEAD
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial
=======
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free OR LicenseRef-Slint-commercial
>>>>>>> 303633443647db52f33842b9707e25e3067db232

Check failure on line 6 in .github/workflows/spellcheck.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/spellcheck.yaml

Invalid workflow file

You have an error in your yaml syntax on line 6
name: "Check spelling"
on:
# push:
# pull_request:
workflow_dispatch:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
config: "./cspell.json"
strict: false