Skip to content

Merge pull request #603 from py4dstem/dependabot/github_actions/actio… #31

Merge pull request #603 from py4dstem/dependabot/github_actions/actio…

Merge pull request #603 from py4dstem/dependabot/github_actions/actio… #31

Workflow file for this run

name: Check code style
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable