Skip to content

Bump subosito/flutter-action from 2.14.0 to 2.15.0 #455

Bump subosito/flutter-action from 2.14.0 to 2.15.0

Bump subosito/flutter-action from 2.14.0 to 2.15.0 #455

Workflow file for this run

name: documentation
on:
pull_request:
branches: [develop]
push:
branches: [develop]
jobs:
checks:
if: github.event_name != 'push'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
run: |
cd docs
yarn install
- name: Check lint
run: |
cd docs
yarn lint
- name: Test Build
run: |
cd docs
yarn build