Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Aug 17, 2024
1 parent 5ce7b20 commit 3f8aaf8
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions check-spelling.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
- name: R spellcheck action
uses: insightsengineering/[email protected]
---
name: Spellcheck

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
check:
runs-on: ubuntu-latest
name: Spellcheck
container:
image: rocker/tidyverse:4.1.2
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Run Spelling Check test
uses: insightsengineering/[email protected]

0 comments on commit 3f8aaf8

Please sign in to comment.