Skip to content

use pwd for safedir instead of hard-coded folder (#56) #49

use pwd for safedir instead of hard-coded folder (#56)

use pwd for safedir instead of hard-coded folder (#56) #49

name: Nx Cloud Workflow Validations
on:
pull_request:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: install node_modules
run: yarn install --frozen-lockfile
- name: Validate workflows
run: |
chmod +x ./scripts/check-launch-templates.sh
./scripts/check-launch-templates.sh