Skip to content

Commit

Permalink
Added configuration for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Nov 2, 2023
1 parent d3cf26a commit 22699c5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/code-style-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Code Style Development

on:
workflow_call:

permissions: write-all

jobs:
style_dev:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Fix the code style
uses: ./Dockerfile
with:
fix: true
editorconfig: false
3 changes: 3 additions & 0 deletions dev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh -l

act -W '.github/workflows/code-style-dev.yml'

0 comments on commit 22699c5

Please sign in to comment.