Skip to content

Batch Analyze

Batch Analyze #603

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Batch Analyze
on:
push:
branches: [ "main" ]
schedule:
- cron: '0 */12 * * *'
workflow_dispatch:
jobs:
batch-analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.CHECKOUT_ACTION_GITHUB_SSH_KEY }}
- name: Run batch analysis
run: npm start
env:
OMNIBOARD_API_KEY: ${{ secrets.OMNIBOARD_API_KEY }}