Skip to content

chore(deps-dev): Bump eslint from 8.57.0 to 9.0.0 #182

chore(deps-dev): Bump eslint from 8.57.0 to 9.0.0

chore(deps-dev): Bump eslint from 8.57.0 to 9.0.0 #182

name: Continuous Integration
on: [pull_request, push, workflow_dispatch]
permissions:
workflows: write-all

Check failure on line 6 in .github/workflows/continuous-integration.yml

View workflow run for this annotation

GitHub Actions / Continuous Integration

Invalid workflow file

The workflow is not valid. .github/workflows/continuous-integration.yml (Line: 6, Col: 3): Unexpected value 'workflows'
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: '15'
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: lint
uses: stefanoeb/[email protected]
with:
files: src
- name: Prettify code
uses: creyD/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prettier_options: . --write