]> git.openstreetmap.org Git - rails.git/blob - .github/workflows/devcontainer.yml
Split maplibre/dom_util.js into two better named files
[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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20       - name: Build and run dev container task
21         uses: devcontainers/ci@513af61f4de4f75d37e4438f184ba4358f0fc1ca # v0.3.1900000450
22         with:
23           runCmd: bin/rails test:all