Skip to content

refactor: update error handling #25

refactor: update error handling

refactor: update error handling #25

Workflow file for this run

name: "CI"
on:
push:
branches:
- '**'
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install
run: yarn
- name: Lint
run: yarn run lint:check
- name: Prettier
run: yarn run prettier:check
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install
run: yarn
- name: Test Action
uses: ./
with:
target: venus.io
countryCodes: |
US
HK
SG
DE