Fix translation of string: Allow the recipient to edit the reports' e… #760
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |