We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9660f5 commit d07b12eCopy full SHA for d07b12e
1 file changed
.github/workflows/pr-checks.yml
@@ -32,14 +32,16 @@ jobs:
32
with:
33
files: |
34
Dockerfile
35
+ skills.yaml
36
+ scripts/**
37
38
- name: Setup toolchain with mise
39
uses: jdx/mise-action@v2
40
41
- name: Run prek hooks
42
run: prek run --all-files --show-diff-on-failure --color=always
43
- - name: Build Docker image if Dockerfile changed
44
+ - name: Build Docker image if Docker assets changed
45
if: steps.changed-files.outputs.any_changed == 'true'
46
run: |
47
docker build -t opencode-cli-pr:latest .
0 commit comments