Skip to content

fix(deps): update dependency eslint-plugin-import to v2.30.0 #636

fix(deps): update dependency eslint-plugin-import to v2.30.0

fix(deps): update dependency eslint-plugin-import to v2.30.0 #636

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Download actionlint
run: |
mkdir -p "$HOME/bin"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) latest "$HOME/bin"
echo "${HOME}/bin" >> "$GITHUB_PATH"
- uses: open-turo/actions-node/lint@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-node/test@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test-flags: --coverage