-
-
Notifications
You must be signed in to change notification settings - Fork 31
25 lines (22 loc) · 638 Bytes
/
ci.yaml
File metadata and controls
25 lines (22 loc) · 638 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: ci
on:
pull_request:
branches:
- main
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
# spellcheck:
# runs-on: 'ubuntu-latest'
# steps:
# - name: 📚 Git Checkout
# uses: actions/checkout@v5
# - name: npm install
# run: |
# npm install -g git+https://github.com/streetsidesoftware/cspell-cli
# cspell-cli --no-progress
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
# with:
# config: ''
# modified_files_only: false
# verbose: true