-
Notifications
You must be signed in to change notification settings - Fork 4
41 lines (36 loc) · 975 Bytes
/
Copy pathagent-task-contracts.yml
File metadata and controls
41 lines (36 loc) · 975 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
39
40
41
name: Agent Task Contracts
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: integration-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
integration:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: composer:v2
- run: npm ci
- run: npm run test:integration
workflow-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker://rhysd/actionlint:1.7.7
with:
args: .github/workflows/agent-task-contracts.yml .github/workflows/browser.yml .github/workflows/build-php-wasm-mysqli-poll-overlay.yml .github/workflows/run-agent-task.yml