Skip to content

Commit c22c6c7

Browse files
authored
Remove unneeded container code from ruff format workflow (#3642)
1 parent 55a3837 commit c22c6c7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ruff-format.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: ruff check formatting
33
jobs:
44
ruff_format_check:
55
runs-on: ubuntu-latest
6-
container:
7-
image: archlinux/archlinux:latest
86
steps:
97
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
108
- uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0

0 commit comments

Comments
 (0)