Skip to content

Commit

Permalink
chore(gha): add fake workflow
Browse files Browse the repository at this point in the history
this would make my PR IEEE-VIT#44 run the gha I wrote

and won't break current users workflow
  • Loading branch information
georgettica authored Oct 20, 2023
1 parent 5e69e63 commit 5b43748
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/.github/workflows/golang.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Full CI for go code
on:
push:
branches:
- main
pull_request:

permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

0 comments on commit 5b43748

Please sign in to comment.