Skip to content

Upgdate Grunt.js script in order to be able to use grunt-gettext-pars… #607

Upgdate Grunt.js script in order to be able to use grunt-gettext-pars…

Upgdate Grunt.js script in order to be able to use grunt-gettext-pars… #607

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
run_build:
runs-on: "ubuntu-latest"
steps:
- name: Check out repository code
uses: actions/[email protected]
with:
fetch-depth: 1
- 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