Skip to content

Started github action for CI #1

Started github action for CI

Started github action for CI #1

Workflow file for this run

name: Continuous Integration
on: push
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4