Bump css-what from 5.0.0 to 5.1.0 in /smoke_tests #69
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
# Runs auto-formatting script on push to any branch | |
name: "Scala auto-formatting" | |
on: push | |
permissions: | |
id-token: write | |
contents: write | |
jobs: | |
autoformat: | |
uses: wellcomecollection/.github/.github/workflows/scala_formatting.yml@main | |
secrets: inherit |