Skip to content

renovate[bot] is testing out GitHub Actions πŸš€ #6

renovate[bot] is testing out GitHub Actions πŸš€

renovate[bot] is testing out GitHub Actions πŸš€ #6

Workflow file for this run

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions πŸš€
on: [push]
jobs:
docker-lint:
name: Docker Lint
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run Docker Lint
uses: lukeely/[email protected]
with:
dockerfile_paths: './dockerfile'
target: 'Dockerfile'