Skip to content

build(workflow) to check code format adheres to air.toml specs - #54

Merged
andybeet merged 1 commit into
devfrom
build/i53_air_workflow
Mar 6, 2026
Merged

build(workflow) to check code format adheres to air.toml specs#54
andybeet merged 1 commit into
devfrom
build/i53_air_workflow

Conversation

@andybeet

@andybeet andybeet commented Mar 6, 2026

Copy link
Copy Markdown
Member

Your commits explain the what and where you made changes in the code. Your commit messages explain why you made the commits. You do not need to reiterate this. This PR is meant to address the big picture, Why

Justification 🐟

Need a workflow to run atomated checks on code formatting. This PR uses a GitHub action from the posit folks to do this
fixes #53

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist/Reminders

Put an x in the boxes that apply

  • I have updated relevant documentation?
  • I have tested my changes?
  • I have created unit tests and run devtools::test() to ensure all unit tests pass locally?
  • I have run devtools::check() to ensure package builds locally?
  • I have followed the proposed CONTRIBUTING guideline?

Further comments

NA

Reviewer instructions:

NA

@andybeet andybeet linked an issue Mar 6, 2026 that may be closed by this pull request
@andybeet
andybeet merged commit 95a7bd3 into dev Mar 6, 2026
2 checks passed
@andybeet andybeet mentioned this pull request Mar 6, 2026
@andybeet
andybeet deleted the build/i53_air_workflow branch March 6, 2026 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[build]: add a workflow to run air formatting

1 participant