Skip to content

CA: oops, do not need ca-entrypoint to download SQL for a events_web run #111

CA: oops, do not need ca-entrypoint to download SQL for a events_web run

CA: oops, do not need ca-entrypoint to download SQL for a events_web run #111

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Yaml file linting
run: |
docker run --rm \
-v $(pwd):/code \
registry.gitlab.com/pipeline-components/yamllint:latest \
-c .yamllint.yml -s .