Skip to content

Commit

Permalink
Simpler r-ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 17, 2024
1 parent 66497db commit 79edf1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup
uses: eddelbuettel/github-actions/r-ci-setup@master

- name: Bootstrap
run: ./run.sh bootstrap
uses: eddelbuettel/github-actions/r-ci@master

- name: Dependencies
run: ./run.sh install_all
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-12-17 Dirk Eddelbuettel <edd@debian.org>

* .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap

2024-08-02 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Roll minor version and date
Expand Down

0 comments on commit 79edf1c

Please sign in to comment.