Skip to content

chore: pin GitHub Actions to ContentSquare org #507

chore: pin GitHub Actions to ContentSquare org

chore: pin GitHub Actions to ContentSquare org #507

Workflow file for this run

name: Build on master
on:
pull_request:
branches: [ "master", "release/ms-word-addin"]
push:
branches: [ "master" ]
jobs:
bootstrap:
runs-on: ubuntu-latest
steps:
- uses: ContentSquare/actions-checkout@approved-v3
- uses: ./.github/actions/bootstrap
lint:
needs: bootstrap
runs-on: ubuntu-latest
steps:
- uses: ContentSquare/actions-checkout@approved-v3
- uses: ./.github/actions/lint
build:
needs: bootstrap
runs-on: ubuntu-latest
steps:
- uses: ContentSquare/actions-checkout@approved-v3
- uses: ./.github/actions/build
with:
version: prerelease
matomoUrl: ${{ secrets.MATOMO_URL }}
test:
needs: build
runs-on: ubuntu-latest
steps:
- uses: ContentSquare/actions-checkout@approved-v3
- uses: ./.github/actions/test