Skip to content

ci(dependabot): change to monthly interval #207

ci(dependabot): change to monthly interval

ci(dependabot): change to monthly interval #207

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Tests
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Run Tests in Docker
run: bin/run-tests-in-docker.sh
exercises:
name: Exercises
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Install sponge
run: sudo apt-get install moreutils
- name: Check compatibility with current exercises
run: bin/run-all-exercises-in-docker.sh /tmp/output