Skip to content

Fix js lint error in app/js/controller/admin/contexts.js #3

Fix js lint error in app/js/controller/admin/contexts.js

Fix js lint error in app/js/controller/admin/contexts.js #3

Workflow file for this run

name: Build
on:
push:
branches: [ main, devel, github-workflows]
pull_request:
branches: [ main, devel ]
jobs:
run_build:
runs-on: "ubuntu-latest"
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install git
run: |
sudo apt-get update -q
sudo apt-get install -y git
- name: Run tests
run: |
cd $GITHUB_WORKSPACE
./.github/workflows/scripts/run-build.sh