From 81f365e99636104ff81151370048a51e8ae8027a Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Sat, 16 Sep 2023 20:39:02 +0300 Subject: feat: parsing sar custom data (#4) --- .github/workflows/CI.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/workflows/CI.yml (limited to '.github/workflows') diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml deleted file mode 100644 index f0e5e51..0000000 --- a/.github/workflows/CI.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: CI - -on: - push: - branches: [ "main" ] - paths-ignore: - - '.github/*' - - '.gitignore' - - '**.md' - - 'LICENSE' - pull_request: - branches: [ "main" ] - -jobs: - build-windows: - name: Windows Build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Setup Go environment - uses: actions/setup-go@v4 - with: - go-version: '1.21.0' - architecture: amd64 - - name: Build - run: cd cmd ; env GOOS=windows GOARCH=amd64 go build . - build-linux: - name: Linux Build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Setup Go environment - uses: actions/setup-go@v4 - with: - go-version: '1.21.0' - architecture: amd64 - - name: Build - run: cd cmd ; env GOOS=linux GOARCH=amd64 go build . -- cgit v1.2.3