Skip to content

build(deps-dev): bump semver from 5.7.1 to 5.7.2 #13

build(deps-dev): bump semver from 5.7.1 to 5.7.2

build(deps-dev): bump semver from 5.7.1 to 5.7.2 #13

Workflow file for this run

---
name: Build
on:
pull_request:
branches:
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
build:
name: Build
runs-on: ubuntu-latest
# the enviroment to deploy to / use secrets from
environment: no-secret
# modify the default permissions of the GITHUB_TOKEN, so as to only allow least priveleges
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- name: Build
uses: ConsenSys/docs-gha/build@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}