Skip to content

support.json: Revise HTML AAM spec ref link text #201

support.json: Revise HTML AAM spec ref link text

support.json: Revise HTML AAM spec ref link text #201

name: Ensure that the "build" directory is absent
on:
pull_request:
jobs:
ensure-build-directory-is-absent:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
ref: refs/pull/${{ github.event.pull_request.number }}/head
fetch-depth: 0
- name: Verify that the "build" directory is absent
run: '[ ! -d build ]'