Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Bump phpstan/phpstan from 1.10.45 to 1.10.46 #1177

Bump phpstan/phpstan from 1.10.45 to 1.10.46

Bump phpstan/phpstan from 1.10.45 to 1.10.46 #1177

Workflow file for this run

on: push
name: Docker build and run
jobs:
build:
name: Docker build and run
if: '!github.event.deleted'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Docker build
run: docker build --tag depcheck:latest .
- name: Run in Docker
run: docker run -t --rm depcheck:latest help