Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build And Test
on:
pull_request_target:
workflow_dispatch:
push:
branches: [main, master, workflow]
tags-ignore: ["**"]
jobs:
build-and-test:
name: Build and Test
runs-on: self-hosted
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Apply Code Style
run: ./maint/script/apply_code_style.sh
- name: Start test pipeline
run: ./maint/script/test.sh