Skip to content

Bump braces from 3.0.2 to 3.0.3 #336

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #336

Workflow file for this run

name: Become a Fanatic
on:
schedule:
- cron: '0 1 * * *'
workflow_dispatch:
pull_request:
branches: [master]
jobs:
fanatic:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: |
npm ci
npx playwright install --with-deps
- name: Become a Fanatic
run: npm start
env:
STACKOVERFLOW_EMAIL: ${{ secrets.STACKOVERFLOW_EMAIL }}
STACKOVERFLOW_PASSWORD: ${{ secrets.STACKOVERFLOW_PASSWORD }}
ALTERNATIVE_URL: ${{ secrets.ALTERNATIVE_URL }}
- name: Upload screenshots
uses: actions/upload-artifact@v4
with:
name: screenshots
path: '*.png'