Skip to content

refactor: change terms and folders naming to more obvious terms, move pages to a separate folder #25

refactor: change terms and folders naming to more obvious terms, move pages to a separate folder

refactor: change terms and folders naming to more obvious terms, move pages to a separate folder #25

Workflow file for this run

name: Test build
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build
uses: ./.github/actions/build