Skip to content

[WIP] aio.web: Add app #384

[WIP] aio.web: Add app

[WIP] aio.web: Add app #384

Workflow file for this run

name: Github actions
on:
push:
pull_request:
jobs:
appauth:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version:
- 16.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: cd gh-actions/appauth && npm install
- run: cd gh-actions/appauth && npm run lint
- run: cd gh-actions/appauth && npm test
dispatch:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version:
- 16.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: cd gh-actions/dispatch && npm install
- run: cd gh-actions/dispatch && npm run lint
- run: cd gh-actions/dispatch && npm test
elif:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version:
- 16.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: cd gh-actions/elif && npm install
- run: cd gh-actions/elif && npm run lint
- run: cd gh-actions/elif && npm test
hashfiles:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version:
- 16.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: cd gh-actions/hashfiles && npm install
- run: cd gh-actions/hashfiles && npm run lint
- run: cd gh-actions/hashfiles && npm test
jq:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version:
- 16.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: cd gh-actions/jq && npm install
- run: cd gh-actions/jq && npm run lint
- run: cd gh-actions/jq && npm test
retest:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version:
- 16.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: cd gh-actions/retest && npm install
- run: cd gh-actions/retest && npm run lint
- run: cd gh-actions/retest && npm test
status:
runs-on: ubuntu-22.04
needs: []
strategy:
matrix:
node-version:
- 16.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: cd gh-actions/retest && npm install
# - run: cd gh-actions/retest && npm run lint
- run: cd gh-actions/retest && npm test
yaml_tojson:
runs-on: ubuntu-22.04
needs: []
strategy:
matrix:
node-version:
- 16.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: cd gh-actions/yaml/tojson && npm install
- run: cd gh-actions/yaml/tojson && npm run lint
- run: cd gh-actions/yaml/tojson && npm test