Skip to content

bump ts utils again #104

bump ts utils again

bump ts utils again #104

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
cfn:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Run pip install
run: pip install cfn-lint
- name: Run cfn-lint
run: cfn-lint
spelling:
name: spelling
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm run ci:spelling
syncpack:
name: versions
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm run ci:versions