Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-on-the-internet committed Nov 3, 2023
1 parent 2839678 commit 5d01e60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/action.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build
run: |
go version

0 comments on commit 5d01e60

Please sign in to comment.