Skip to content

Feature/pelagos 5339 additions to go mri quarterly report #1657

Feature/pelagos 5339 additions to go mri quarterly report

Feature/pelagos 5339 additions to go mri quarterly report #1657

Workflow file for this run

name: ESLint for Javascript
on:
push:
branches: [ develop, main ]
pull_request:
branches: [ develop, main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Install dependencies
run: composer install --no-progress
- name: Install node modules
run: yarn install --silent
- name: Run ESLint
run: yarn run lint --quiet
- name: Webpack Build
run: yarn run build