Skip to content

Add comprehensive documentation, package metadata, and version bump for namecheap provider and project maintenance #14

Add comprehensive documentation, package metadata, and version bump for namecheap provider and project maintenance

Add comprehensive documentation, package metadata, and version bump for namecheap provider and project maintenance #14

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
test:
name: Lint and Build
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup toolchains
uses: moonrepo/setup-toolchain@v0
with:
auto-install: true
- name: Check
run: moon ci :lint :audit :build