Skip to content

Improves docs and existing formulas (#4) #12

Improves docs and existing formulas (#4)

Improves docs and existing formulas (#4) #12

Workflow file for this run

# Copyright 2024 Dotanuki Labs
# SPDX-License-Identifier: MIT
name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: Project Checkout
uses: actions/[email protected]
- name: Run essential checks
uses: dotanuki-labs/github-actions/essentials@main
with:
file-patterns: '*.sh,*.rb,*.yml,*Dockerfile'
license: 'mit'
checks:
runs-on: ubuntu-22.04
needs: lint
steps:
- name: Project Checkout
uses: actions/[email protected]
- name: Run E2E tests
run: ./e2e/run.sh