Skip to content

Commit 90e1331

Browse files
authored
feat: workflows
1 parent a4d2508 commit 90e1331

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/python-lint.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Python Lint (RationAI Standard)
2+
on:
3+
push:
4+
branches: ["main"]
5+
pull_request:
6+
branches: ["main"]
7+
workflow_dispatch:
8+
9+
jobs:
10+
python-lint:
11+
uses: RationAI/.github/.github/workflows/python-lint.yml@main

.gitlab-ci.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)