Skip to content

tests

tests #16

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions: # allow the action to comment on the PR
contents: write
issues: write
pull-requests: write
actions: read
env:
Green: "\e[32m"
NC: "\e[0m"
jobs:
preflight:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/reusable.yaml
job1:
runs-on: ubuntu-latest
needs: preflight
steps:
- run: echo ok