Skip to content

chore(deps): bump complytime/org-infra/.github/workflows/reusable_deps_reviewer.yml from 0.2.1 to 0.3.1 #103

chore(deps): bump complytime/org-infra/.github/workflows/reusable_deps_reviewer.yml from 0.2.1 to 0.3.1

chore(deps): bump complytime/org-infra/.github/workflows/reusable_deps_reviewer.yml from 0.2.1 to 0.3.1 #103

Workflow file for this run

---
name: CI
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- name: Setup Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version-file: go.mod
- name: Setup Node.js
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
with:
node-version: '22'
- name: Setup Hugo
uses: peaceiris/actions-hugo@2752ce1d29631191ea3f27c23495fa06139a5b78
with:
hugo-version: '0.155.1'
extended: true
- name: Install Node dependencies
run: npm ci
- name: Run tests
run: go test -race ./cmd/sync-content/...
- name: Sync content
run: go run ./cmd/sync-content --org complytime --config sync-config.yaml --lock .content-lock.json --write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build site
run: hugo --minify --gc