Compare commits

...

1 Commits

Author SHA1 Message Date
Charlie Marsh
90f22dee5c Use .yml suffix consistently 2024-01-17 00:55:57 -05:00
9 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ jobs:
- "!crates/ruff_shrinking/**"
- scripts/*
- python/**
- .github/workflows/ci.yaml
- .github/workflows/ci.yml
formatter:
- Cargo.toml
@@ -65,7 +65,7 @@ jobs:
- crates/ruff_dev/**
- scripts/*
- python/**
- .github/workflows/ci.yaml
- .github/workflows/ci.yml
code:
- "**/*"
@@ -374,7 +374,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
key: pre-commit-${{ hashFiles('.pre-commit-config.yml') }}
- name: "Run pre-commit"
run: |
echo '```console' > $GITHUB_STEP_SUMMARY

View File

@@ -38,7 +38,7 @@ jobs:
if: steps.pr-number.outputs.pr-number
with:
name: ecosystem-result
workflow: ci.yaml
workflow: ci.yml
pr: ${{ steps.pr-number.outputs.pr-number }}
path: pr/ecosystem
workflow_conclusion: completed

View File

@@ -15,7 +15,7 @@ on:
# When we change pyproject.toml, we want to ensure that the maturin builds still work
- pyproject.toml
# And when we change this workflow itself...
- .github/workflows/release.yaml
- .github/workflows/release.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@@ -329,7 +329,7 @@ We use an experimental in-house tool for managing releases.
1. Run `cargo check`. This should update the lock file with new versions.
1. Create a pull request with the changelog and version updates
1. Merge the PR
1. Run the [release workflow](https://github.com/astral-sh/ruff/actions/workflows/release.yaml) with:
1. Run the [release workflow](https://github.com/astral-sh/ruff/actions/workflows/release.yml) with:
- The new version number (without starting `v`)
- The commit hash of the merged release pull request on `main`
1. The release workflow will do the following:

View File

@@ -255,7 +255,7 @@ Ruff can also be integrated via
<code>efm</code>
</a>
in just a
<a href="https://github.com/JafarAbdi/myconfigs/blob/6f0b6b2450e92ec8fc50422928cd22005b919110/efm-langserver/config.yaml#L14-L20">
<a href="https://github.com/JafarAbdi/myconfigs/blob/6f0b6b2450e92ec8fc50422928cd22005b919110/efm-langserver/config.yml#L14-L20">
few lines.
</a>
</summary>