[AUR-361] Setup pre-commit, pytest, GitHub actions, ssh-secret (#3)
Co-authored-by: trducng <trungduc1992@gmail.com>
This commit is contained in:
20
.github/workflows/style-check.yaml
vendored
Normal file
20
.github/workflows/style-check.yaml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: style-check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone the repo
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- name: run pre-commit
|
||||
uses: pre-commit/action@v3.0.0
|
Reference in New Issue
Block a user