Skip to content

Commit

Permalink
Merge pull request #25 from datakind/feat/hapi-processing
Browse files Browse the repository at this point in the history
Renaming GH actions for clarity
  • Loading branch information
dividor authored May 14, 2024
2 parents 7f39809 + e528c43 commit b337a47
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test_deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Run checks on recipes ai repo

on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
runs-on: 'ubuntu-latest'

steps:
- uses: actions/checkout@v2

code-quality-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11.4"
- uses: pre-commit/[email protected]

0 comments on commit b337a47

Please sign in to comment.