FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

update billing policy for shipping flags · godaddy/javascript@bfb13f8 · GitHub

fix: adjust billing collection logic #2139

fix: adjust billing collection logic

fix: adjust billing collection logic #2139

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: CICD
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
jobs:
cicd:
runs-on: ubuntu-latest
concurrency: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout code
uses: actions/checkout@v6 # v6.0.2
- name: Setup pnpm
uses: pnpm/action-setup@v5 # v5.0.0
- name: Setup Node.js
uses: actions/setup-node@v6 # v6.3.0
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Test
run: pnpm test

Back | FazBrowse Home | New Git URL