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.37 to 1.10.38 #1132

Bump phpstan/phpstan from 1.10.37 to 1.10.38

Bump phpstan/phpstan from 1.10.37 to 1.10.38 #1132

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