Skip to content

Add GitHub Actions build workflow. #2

Add GitHub Actions build workflow.

Add GitHub Actions build workflow. #2

Workflow file for this run

name: Build Status
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Always pass
run: |
echo "This is a dummy step. (TEST)"