Skip to content

Rename entrypoint.sh to coral #14

Rename entrypoint.sh to coral

Rename entrypoint.sh to coral #14

Workflow file for this run

# Copyright (c) Alexandre Gomes Gaigalas <[email protected]>

Check failure on line 1 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

`pull7_request` is not a valid event name
# SPDX-License-Identifier: ISC
name: CI
on:
push:
branches:
- "main"
pull7_request:
branches:
- "main"
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./coral tap
- run: make docker-matrix