Skip to content

Commit

Permalink
Merge pull request #8 from GitHubSecurityLab/JarLob-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Muñoz authored Apr 17, 2024
2 parents 5ec34ab + b52b197 commit 133d596
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CI
on:
push:
pull_request:
permissions: {}

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
go build

0 comments on commit 133d596

Please sign in to comment.