Skip to content

pin: 10.25.0 (#26) #105

pin: 10.25.0 (#26)

pin: 10.25.0 (#26) #105

Workflow file for this run

---
name: build
on:
push:
branches:
- master
- release/v*
- feature/*
- hotfix/*
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/[email protected]