Skip to content

tom-on-the-internet is testing out GitHub Actions πŸš€ #3

tom-on-the-internet is testing out GitHub Actions πŸš€

tom-on-the-internet is testing out GitHub Actions πŸš€ #3

Workflow file for this run

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions πŸš€
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: "^1.21" # The Go version to download (if necessary) and use.
- name: Check out repository code
uses: actions/checkout@v4
- name: Build
run: |
go version