Skip to content

Commit

Permalink
ci: remove development action
Browse files Browse the repository at this point in the history
  • Loading branch information
manicar2093 committed Sep 2, 2023
1 parent ca22cf0 commit 9ecc9d6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
25 changes: 25 additions & 0 deletions .github/pause/development.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# name: Development Workflow

# on:
# pull_request:
# types: [edited, synchronize, opened, reopened]
# branches:
# - main

# jobs:
# testing:
# name: test
# runs-on: ubuntu-latest
# steps:
# - name: Set up Go
# uses: actions/setup-go@v3
# with:
# go-version: 1.20.x
# - name: Set GOBIN
# run: go env -w GOBIN=/usr/local/bin
# - uses: actions/checkout@v3
# - name: Install dependencies
# run: |
# go mod download
# - name: Tests
# run: make test
25 changes: 0 additions & 25 deletions .github/workflows/development.yml

This file was deleted.

0 comments on commit 9ecc9d6

Please sign in to comment.