Skip to content

Commit

Permalink
Try fix spelling job.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekbanas committed Oct 18, 2024
1 parent e21916b commit 9e63c47
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/spelling.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 📝 Spelling Check
name: 📝 Spelling

on:
push:
Expand All @@ -14,19 +14,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up R dependencies
uses: r-lib/actions/setup-r-dependencies@v2

- name: Set up R
uses: r-lib/actions/setup-r@v2

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev
sudo apt-get install -y libharfbuzz-dev libfribidi-dev
- name: Install R packages
run: |
install.packages('devtools')
devtools::install_github('ropensci/spelling')
install.packages('spelling')
shell: Rscript {0}

- name: Run spelling check
Expand Down

0 comments on commit 9e63c47

Please sign in to comment.