Skip to content

fix(year): Happy new year ! #685

fix(year): Happy new year !

fix(year): Happy new year ! #685

Workflow file for this run

name: CI
on:
push:
pull_request:
schedule:
- cron: 0 0 * * *
jobs:
format:
uses: Geode-solutions/actions/.github/workflows/format.yml@master
secrets:
TOKEN: ${{ secrets.TOKEN }}
build-linux:
needs: format
uses: Geode-solutions/actions/.github/workflows/ci-linux.yml@master
with:
repos: OpenGeode
secrets:
TOKEN: ${{ secrets.TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
build-linux-python:
needs: format
uses: Geode-solutions/actions/.github/workflows/ci-linux-python.yml@master

Check failure on line 26 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" -> "Geode-solutions/actions/.github/workflows/ci-linux-python.yml@master" : failed to fetch workflow: workflow was not found.
with:
name: OPENGEODE_MYMODULE
repos: OpenGeode
secrets:
TOKEN: ${{ secrets.TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
coverage:
needs: format
uses: Geode-solutions/actions/.github/workflows/coverage.yml@master
with:
repos: OpenGeode
secrets:
TOKEN: ${{ secrets.TOKEN }}
build-windows:
needs: format
uses: Geode-solutions/actions/.github/workflows/ci-windows.yml@master
with:
name: OPENGEODE_MYMODULE
repos: OpenGeode
secrets:
TOKEN: ${{ secrets.TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
semantic-release:
needs: [build-linux, build-linux-python, build-windows]
uses: Geode-solutions/actions/.github/workflows/release.yml@master
secrets:
TOKEN: ${{ secrets.TOKEN }}