Skip to content

Adding Celo Kenyan Shilling #13

Adding Celo Kenyan Shilling

Adding Celo Kenyan Shilling #13

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
validate_list:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm test