Skip to content

Commit

Permalink
Initial CI/CD setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasericksen committed Jan 1, 2024
1 parent 63fd104 commit 109d8a1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: DDOS load testing tool
run-name: DDOS tool build
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.14.0'
- name: Run build
run: go build .

0 comments on commit 109d8a1

Please sign in to comment.