Skip to content

Commit

Permalink
ci: 🚀 my first ci commit
Browse files Browse the repository at this point in the history
  • Loading branch information
senaluisgf committed Aug 26, 2024
1 parent 3aa580e commit d4851e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ci-golang-workflow
on: [push]
jobs:
check-application:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: action/setup-go@v2
with:
go-version: 1.19
- run: go test
- run: go run math.go

0 comments on commit d4851e5

Please sign in to comment.