Skip to content

feat(best-iac-2023): add best IaC in 2023 post #390

feat(best-iac-2023): add best IaC in 2023 post

feat(best-iac-2023): add best IaC in 2023 post #390

Workflow file for this run

name: Build
on:
pull_request:
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache-dependency-path: "./yarn.lock"
- name: Install
shell: "bash"
run: |
yarn install
- name: Build
shell: "bash"
run: |
yarn run build