mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-02-04 03:17:34 +08:00
Get rid of the Union (#6246)
* Get rid of the Union
* updating DIRECTORY.md
* Get rid of the Union
* Remove the redundant pre-commit runs.
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/pre-commit.yml
vendored
6
.github/workflows/pre-commit.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: pre-commit
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
|
||||
Reference in New Issue
Block a user