Skip to content

Commit

Permalink
Merge pull request #2 from abahmed/fix-workflows
Browse files Browse the repository at this point in the history
fix workflows
  • Loading branch information
abahmed authored Nov 22, 2021
2 parents 44d3609 + 1d2f120 commit b0cf8d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 95 deletions.
Binary file removed .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Check
on:
push:
branches:
- main
branches: [ main ]
pull_request:
branches:
- main
branches: [ main ]

jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down
67 changes: 0 additions & 67 deletions .github/workflows/codeql-analysis.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/security.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ kwatch
### Go Patch ###
/vendor/
/Godeps/
*.DS_Store

0 comments on commit b0cf8d4

Please sign in to comment.