Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sblask committed Nov 20, 2023
1 parent 6d9f40e commit d054c00
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/build.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build

on:
push:

jobs:
Build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]

0 comments on commit d054c00

Please sign in to comment.