Skip to content

Blog jmespath emacs library #73

Blog jmespath emacs library

Blog jmespath emacs library #73

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: PR
on:
pull_request:
branches: [ "publish" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build site
uses: ./.github/workflows/build.yml
secrets: inherit
with:
deploy_site: false