Skip to content

Commit

Permalink
feat: add compliance and rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
EshaanAgg committed Mar 4, 2024
1 parent 6fa2e6a commit 179290b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# This file is part of BenchExec, a framework for reliable benchmarking:
# https://github.com/sosy-lab/benchexec
#
# SPDX-FileCopyrightText: 2023 Dirk Beyer <https://www.sosy-lab.org>
#
# SPDX-License-Identifier: Apache-2.0

name: JavaScript Pipeline

on:
Expand All @@ -11,7 +18,7 @@ on:

jobs:
lint:
name: Linting JavaScript code
name: Perform linting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down Expand Up @@ -39,7 +46,7 @@ jobs:
working-directory: benchexec/tablegenerator/react-table

tests:
name: Run JavaScript tests
name: Running tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down Expand Up @@ -67,7 +74,7 @@ jobs:
working-directory: benchexec/tablegenerator/react-table

javascript-build:
name: Build JavaScript
name: Building the application
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 179290b

Please sign in to comment.