Skip to content

Implement translate function #23

Implement translate function

Implement translate function #23

Workflow file for this run

name: CSS
on: [pull_request]
jobs:
lint-css:
name: CSS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: yarn
- name: Build and run linting
run: |
yarn build
yarn lint:css