Skip to content

📜Fix grammar issues with audio guides #392

📜Fix grammar issues with audio guides

📜Fix grammar issues with audio guides #392

name: ✅CICD Build Status Check
run-name: ✅CICD Build Status Check
defaults:
run:
shell: pwsh
on:
pull_request:
branches: main
jobs:
cicd_build_status_check:
name: CICD Build Status Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Setup Deno (${{ vars.DENO_VERSION }})
uses: denoland/setup-deno@v1
with:
deno-version: ${{ vars.DENO_VERSION }}
- name: Run Build
run: deno task build;