Skip to content

Commit

Permalink
Merge pull request #2 from grouville/test-github-fork
Browse files Browse the repository at this point in the history
need to test something on a fork, public repo
  • Loading branch information
grouville authored Dec 18, 2023
2 parents 7639d3d + 6ce8b4b commit c0e6682
Show file tree
Hide file tree
Showing 24 changed files with 315 additions and 2,036 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/dagger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: dagger
on:
push:
branches: [main]
pull_request:

jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- uses: actions/checkout@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: print env var
run: |
env
- name: run debug
run: |
go run .
3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

Loading

0 comments on commit c0e6682

Please sign in to comment.