Skip to content

Github actions

Github actions #1

Workflow file for this run

name: Github Actions CI
on:
push:
workflow_dispatch:
jobs:
pipeline:
name: Github Actions CI
runs-on: ubuntu-latest
steps:
- name: Build And Clean
uses: ./.github/actions/action-a