Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

enable CI checks

enable CI checks #1

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
push:
branches:
- 'enable_CI'
pull_request:
branches:
- 'master'
jobs:
continuous-integration:
uses: adjust/githubWorkflows/.github/workflows/[email protected]

Check failure on line 14 in .github/workflows/CI.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI.yml

Invalid workflow file

error parsing called workflow ".github/workflows/CI.yml" -> "adjust/githubWorkflows/.github/workflows/[email protected]" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
bundler_version: '2.1.4'
team_id: 'T026H0087'
secrets:
AUTOMATE_PIP_SSH_KEY: ${{ secrets.AUTOMATE_PIP_SSH_KEY }}
GITHUB_CHECKOUT_TOKEN: ${{ secrets.DASHBOARD_TEAM_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.DASHBOARD_SLACK_WEBHOOK }}