Skip to content

Commit

Permalink
Add github ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-a committed Aug 1, 2023
1 parent 27c522a commit 39b7b41
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: CI

on: push

jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]

0 comments on commit 39b7b41

Please sign in to comment.