Update dependency sass to v1.83.0 #173
Workflow file for this run
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
# This workflow will scan JavaScript files for formatting and linting issues. | |
# Keeping as a separate workflow to build and test so that we can see any build and test issues if this workflow fails. | |
name: Lint | |
on: | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
javascript: | |
uses: lookupdaily/actions/.github/workflows/lint.yml@main |