Skip to content

chore(copybara): sync commits from Aspect-internal silo (#485) #1535

chore(copybara): sync commits from Aspect-internal silo (#485)

chore(copybara): sync commits from Aspect-internal silo (#485) #1535

Workflow file for this run

name: CI/CD
on:
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
jobs:
aspect-workflows:
name: Aspect Workflows
with:
queue: aspect-cli
uses: aspect-build/workflows-action/.github/workflows/[email protected]
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate changed files
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'allow sdk change')
run: ./.github/workflows/validate_changed_files.sh
- uses: bazelbuild/setup-bazelisk@v1
- name: Go cache
uses: actions/cache@v2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.mod', '**/go.sum') }}
restore-keys: ${{ runner.os }}-go-
- name: Tidy up repository
run: ./.github/workflows/tidy_up_repository.sh