Skip to content

Commit

Permalink
🔨 Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Jul 15, 2020
1 parent 0b26760 commit fffa745
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

jobs:
deps:
build:
name: Dependencies
runs-on: ubuntu-latest
steps:
Expand All @@ -23,19 +23,6 @@ jobs:
go get github.com/fatih/color
go get github.com/projectdiscovery/gologger
build:
needs: deps
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14

- name: Check out code
uses: actions/checkout@v2

- name: Build
run: go build .
working-directory: ./

0 comments on commit fffa745

Please sign in to comment.