plugins/none-ls: remove deprecated prettier_d_slim formatter #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Publish every Git push to main to Flakestry" | ||
on: | ||
push: | ||
branches: | ||
- "main" | ||
jobs: | ||
publish-flake: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
id-token: "write" | ||
contents: "read" | ||
steps: | ||
- uses: flakestry/flakestry-publish@main | ||
with: | ||
Check failure on line 15 in .github/workflows/flakestry-publish-rolling.yml GitHub Actions / Publish every Git push to main to FlakestryInvalid workflow file
|
||
version: "${{ github.ref_name }}" |