Skip to content

Commit

Permalink
Merge branch 'main' into debug-skip-phrases
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy authored Mar 4, 2024
2 parents c9545c4 + 0562691 commit c4aaddd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: super-linter/super-linter/slim@v5
env:
LINTER_RULES_PATH: /
DEFAULT_BRANCH: main
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
FILTER_REGEX_EXCLUDE: NEWS.md|design/.*|testthat/_snaps/.*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: r.pkg.template
Title: R Package Template
Version: 0.1.0.9144
Date: 2024-02-23
Version: 0.1.0.9145
Date: 2024-03-04
Authors@R:
person("insightsengineering", , , "[email protected]", role = c("aut", "cre"))
Description: R package template with GitHub Actions workflows included.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# r.pkg.template 0.1.0.9144
# r.pkg.template 0.1.0.9145

### New features

Expand Down

0 comments on commit c4aaddd

Please sign in to comment.