Skip to content

Update github actions #4

Update github actions

Update github actions #4

Workflow file for this run

name: Test build
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: 'Test build'
runs-on:
labels: 'drupal'
steps:
- name: 'Check out repository'
uses: actions/checkout@v3
- name: 'Install dependencies'
run: make install
- name: 'Static code analysis'
run: pnpm turbo run lint