Skip to content

chore(docker): bump python from 3.7-alpine to 3.12-alpine #122

chore(docker): bump python from 3.7-alpine to 3.12-alpine

chore(docker): bump python from 3.7-alpine to 3.12-alpine #122

Workflow file for this run

---
name: "Continuous Integration"
on:
push:
branches-ignore:
- 'dependabot/*'
schedule:
- cron: '22 22 * * 5'
pull_request:
branches:
- 'master'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install bats
run: sudo apt-get -y install bats > /dev/null
- name: Run CI script
run: ./tests/run.bats
- name: Run action
uses: ./
with:
yamllint_file_or_dir: "./tests/data/single_files/file2.yml"