Skip to content

Commit 8e12232

Browse files
committed
Sample
0 parents  commit 8e12232

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
^LICENSE
2+
^\.github/workflows/
3+
^\.github/actions/spelling/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lorem

.github/workflows/spelling.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Spell checking
2+
on: [pull_request_target, push, issue_comment, pull_request_review_comment]
3+
4+
jobs:
5+
build:
6+
name: Spell checking
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/[email protected]
10+
with:
11+
ref: ${{ github.event.pull_request.head.sha }}
12+
fetch-depth: 0
13+
- uses: check-spelling/check-spelling@prerelease

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is a sample repository

0 commit comments

Comments
 (0)