generated from aspect-extensions/extension-template
-
Notifications
You must be signed in to change notification settings - Fork 1
38 lines (38 loc) · 930 Bytes
/
ci.yaml
File metadata and controls
38 lines (38 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
on:
push:
branches:
- main
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
jobs:
org-checks:
uses: aspect-extensions/.github/.github/workflows/org-check.yaml@main
secrets: inherit
permissions:
contents: read
pull-requests: write
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: bazel-contrib/setup-bazel@0.15.0
- name: Install Aspect CLI
uses: jaxxstorm/action-install-gh-release@v2.1.0
with:
repo: aspect-build/aspect-cli
tag: v2025.46.20
asset-name: aspect-cli
platform: unknown_linux
arch: x86_64
extension-matching: disable
rename-to: aspect
chmod: 0755
- name: Test
working-directory: example
shell: sh
run: $GITHUB_WORKSPACE/example/README.md || exit 1