]> git.openstreetmap.org Git - rails.git/blob - .github/workflows/devcontainer.yml
Bump protocol-buffers-schema from 3.6.0 to 3.6.1
[rails.git] / .github / workflows / devcontainer.yml
1 name: Development Container
2
3 on:
4   push:
5     branches-ignore:
6       - "dependabot/**"
7       - translatewiki
8   pull_request:
9
10 concurrency:
11   group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
12   cancel-in-progress: true
13
14 jobs:
15   test:
16     runs-on: ubuntu-latest
17     steps:
18       - name: Checkout (GitHub)
19         uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20       - name: Build and run dev container task
21         uses: devcontainers/ci@8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6 # v0.3.1900000417
22         with:
23           runCmd: bin/rails test:all