Merge pull request #331 from dxw/renovate/stylelint-16.x-lockfile #1196
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: "Test" | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
test: | |
name: Test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: oven-sh/setup-bun@v2.0.1 | |
with: | |
bun-version: 1.0.3 | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Install dependencies | |
run: | | |
curl -fsSL https://bun.sh/install | bash | |
bun install | |
- name: Run tests | |
run: | | |
./script/test |