Skip to content

kumiori is learning GitHub Actions #11

kumiori is learning GitHub Actions

kumiori is learning GitHub Actions #11

Workflow file for this run

name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on:
push:
branches:
- '*'
jobs:
build-image-and-run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1