Skip to content

Typescript Migration #52

Typescript Migration

Typescript Migration #52

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
build:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Docker Build Deploy
run: docker build -t deploy .
- name: Docker Deploy Lint
run: docker run deploy