8000 bump to 0.10 · khiga8/github-a11y@aa9c006 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bump to 0.10

bump to 0.10 #24

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run prettier
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run test
0