Skip to content

Commit

Permalink
Update style.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VEZY committed Dec 11, 2024
1 parent bdb5405 commit 4fa9ba1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
paths: ["**.[rR]", "**.[qrR]md", "**.[rR]markdown", "**.[rR]nw", "**.[rR]profile"]
pull_request:
paths:
[
"**.[rR]",
"**.[qrR]md",
"**.[rR]markdown",
"**.[rR]nw",
"**.[rR]profile",
]
workflow_dispatch:

name: style.yaml
name: style

permissions: read-all

Expand Down

0 comments on commit 4fa9ba1

Please sign in to comment.