Skip to content

Instantly share code, notes, and snippets.

View lagr's full-sized avatar
🙃
Happily coding away

Lars Greiving lagr

🙃
Happily coding away
View GitHub Profile
name: CI
on: push
jobs:
brakeman:
name: Brakeman
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with: