Skip to content

Commit 133d596

Browse files
author
Alvaro Muñoz
authored
Merge pull request #8 from GitHubSecurityLab/JarLob-patch-2
2 parents 5ec34ab + b52b197 commit 133d596

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI
2+
on:
3+
push:
4+
pull_request:
5+
permissions: {}
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v3
12+
- run: |
13+
go build

0 commit comments

Comments
 (0)