Skip to content

Commit

Permalink
replaces gosec with compile check
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv8rzim committed Aug 25, 2023
1 parent 1d0d554 commit 60ebd98
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build Check

on: [push, pull_request]

jobs:
build:
name: Check Compilation
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20

- name: Compile
run: go build main.go
16 changes: 0 additions & 16 deletions .github/workflows/gosec.yaml

This file was deleted.

0 comments on commit 60ebd98

Please sign in to comment.