Skip to content

Basic CI Flows#115

Merged
mguludag merged 8 commits into
mainfrom
22-add-basic-ci-flows
Dec 14, 2025
Merged

Basic CI Flows#115
mguludag merged 8 commits into
mainfrom
22-add-basic-ci-flows

Conversation

@mguludag

Copy link
Copy Markdown
Member

#22 Add basic CI flows

  • pre-commit checks added
  • added trunk check (linter collection with various linters enabled)
  • enabled linters:
    • actionlint@1.7.9
    • bandit@1.9.2
    • black@25.12.0
    • checkov@3.2.495
    • git-diff-check
    • isort@7.0.0
    • markdownlint@0.47.0
    • osv-scanner@2.3.1
    • oxipng@10.0.0
    • prettier@3.7.4
    • ruff@0.14.9
    • shellcheck@0.11.0
    • shfmt@3.6.0
    • svgo@4.0.0
    • trufflehog@3.92.3
    • yamllint@1.37.1

@mguludag mguludag self-assigned this Dec 13, 2025
@mguludag mguludag linked an issue Dec 13, 2025 that may be closed by this pull request
3 tasks
@netlify

netlify Bot commented Dec 13, 2025

Copy link
Copy Markdown

Deploy Preview for bemanproject ready!

Name Link
🔨 Latest commit 214fb15
🔍 Latest deploy log https://app.netlify.com/projects/bemanproject/deploys/693f0e3cf311dc0008ab10d5
😎 Deploy Preview https://deploy-preview-115--bemanproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idk if this really applys to this PR, but I believe this file is now out of date as the maturity model now includes the process to go to production ready

Comment thread docs/beman_standard.md Outdated
```markdown
**Implements**: [`std::optional<T&>` (P2988R5)](https://wg21.link/P2988R5) and
[Give *std::optional* Range Support (P3168R1)](https://wg21.link/P3168R1).
[Give _std::optional_ Range Support (P3168R1)](https://wg21.link/P3168R1).

@JeffGarland JeffGarland Dec 14, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The std::optional is for italic, but that isn't really what we want I think? We just want code font like this: std::optional?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the formatter from linter changed it but I changed it to use double * and seems fine for the formatter

@JeffGarland JeffGarland left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving - this mostly seems like whitespace changes. I'm kinda clueless on some of the yaml, but I trust it's fine.

@mguludag mguludag merged commit 0fd4f42 into main Dec 14, 2025
5 of 8 checks passed
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.

Add basic CI flows

2 participants